aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Tests/DevHive.Services.Tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixed tests and commented out the ones that don't work (because they need ↵Syndamia2021-02-051-95/+97
| | | | more setup)
* Fixed service layer tests (again)Danail Dimitrov2021-02-045-411/+449
|
* Fixed the return type of UserService.DeleteUser and refactored ↵Danail Dimitrov2021-01-281-2/+2
| | | | UserController.Delete to return BadRequestObjectResult if user is not deleted successfully
* Adding UserService testsDanail Dimitrov2021-01-281-0/+212
|
* Refactored tests after the boys broke themDanail Dimitrov2021-01-282-5/+186
|
* Adding RoleService testsDanail Dimitrov2021-01-281-0/+230
|
* Adding FeedService tests and fixed minor bug with FeedService.GetPage where ↵Danail Dimitrov2021-01-281-0/+155
| | | | no exception would be thrown when there are no posts to query
* Adding PostService testsDanail Dimitrov2021-01-271-0/+494
|
* Adding TechnologyService testsDanail Dimitrov2021-01-271-0/+33
|
* Fixed name inconsistency (TechnologyService.Create renamed to CreateTechnology)Danail Dimitrov2021-01-271-15/+10
|
* Adding LanguageService testsDanail Dimitrov2021-01-271-8/+37
|
* Removing tests for deleted User Repository methodsDanail Dimitrov2021-01-261-237/+0
|
* Adding User Repository TestsDanail Dimitrov2021-01-263-4/+56
|
* Adding Comment layer unit test(Note: Data is to be refactored no data layer ↵Danail Dimitrov2021-01-212-2/+191
| | | | tests are added)
* Adding Language layer unit test(Note: Data is to be refactored no data layer ↵Danail Dimitrov2021-01-211-9/+133
| | | | tests are added)
* Made all Technology Layer Tests async againDanail Dimitrov2021-01-212-96/+88
|
* Made all Technology Layer Tests not asymc againDanail Dimitrov2021-01-212-78/+198
|
* Refactored technology layer tests to be asyncDanail Dimitrov2021-01-211-101/+78
|
* Fixed TechnologyService.Tests after refactoring of TechnologyServiceDanail Dimitrov2021-01-211-12/+36
|
* Updated Moq to newer versiontranstrike2021-01-191-1/+1
|
* Extracted Interfaces from every DevHive.Data class; Tidied up the ↵transtrike2021-01-151-1/+1
| | | | DevHive.Interfaces
* Refactoed technology service tests to use Assert.Throw instead of try catchDanail Dimitrov2021-01-141-87/+42
|
* Refactored Technology service testsDanail Dimitrov2021-01-141-169/+166
|
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-141-4/+4
|
* Added .csproj wide code analyzer supporttranstrike2021-01-131-0/+4
|
* Fixed formatting issues and missing {} in DevHive.Teststranstrike2021-01-131-181/+185
|
* The return of the interfacestranstrike2021-01-132-273/+270
|
* Full implementation of Language & Technologies to Usertranstrike2021-01-121-5/+5
|
* Added tests for TechnologyServiceDanail Dimitrov2021-01-121-7/+216
|
* Added Interfaces for all repository classesDanail Dimitrov2021-01-113-18/+66
|
* Fixed test projectsDanail Dimitrov2021-01-102-0/+37