aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Tests/DevHive.Services.Tests/TechnologyServices.Tests.cs
Commit message (Expand)AuthorAgeFilesLines
* Fixed service layer tests (again)Danail Dimitrov2021-02-041-3/+3
* Adding TechnologyService testsDanail Dimitrov2021-01-271-0/+33
* Fixed name inconsistency (TechnologyService.Create renamed to CreateTechnology)Danail Dimitrov2021-01-271-15/+10
* Adding User Repository TestsDanail Dimitrov2021-01-261-2/+4
* Made all Technology Layer Tests async againDanail Dimitrov2021-01-211-93/+78
* Made all Technology Layer Tests not asymc againDanail Dimitrov2021-01-211-78/+98
* Refactored technology layer tests to be asyncDanail Dimitrov2021-01-211-101/+78
* Fixed TechnologyService.Tests after refactoring of TechnologyServiceDanail Dimitrov2021-01-211-12/+36
* 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
* Fixed formatting issues and missing {} in DevHive.Teststranstrike2021-01-131-181/+185
* The return of the interfacestranstrike2021-01-131-0/+270