aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Tests/DevHive.Services.Tests
Commit message (Expand)AuthorAgeFilesLines
* Adding FeedService tests and fixed minor bug with FeedService.GetPage where n...Danail Dimitrov2021-01-281-0/+155
* 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 t...Danail Dimitrov2021-01-212-2/+191
* Adding Language layer unit test(Note: Data is to be refactored no data layer ...Danail Dimitrov2021-01-211-9/+133
* 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 DevHive.Int...transtrike2021-01-151-1/+1
* 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