aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Tests/DevHive.Data.Tests
Commit message (Expand)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-138-1091/+0
* Fixed tests and commented out the ones that don't work (because they need mor...Syndamia2021-02-051-23/+23
* Updated feed and post repository tests; commented out tests that can't be don...Syndamia2021-02-053-30/+32
* Fixed service layer tests (again)Danail Dimitrov2021-02-041-1/+2
* za vikoDanail Dimitrov2021-02-032-25/+49
* Adding UserService testsDanail Dimitrov2021-01-281-1/+0
* Refactored tests after the boys broke themDanail Dimitrov2021-01-284-11/+30
* Adding LanguageService testsDanail Dimitrov2021-01-271-2/+2
* Adding RoleRepository testsDanail Dimitrov2021-01-272-5/+119
* Adding FeedRepository testsDanail Dimitrov2021-01-271-0/+118
* adding comment repository testsDanail Dimitrov2021-01-261-0/+98
* adding post repository testsDanail Dimitrov2021-01-262-1/+121
* Removing tests for deleted User Repository methodsDanail Dimitrov2021-01-261-128/+1
* Adding User Repository TestsDanail Dimitrov2021-01-263-101/+394
* Made all Technology Layer Tests async againDanail Dimitrov2021-01-211-78/+50
* fixing edit methods in reposDanail Dimitrov2021-01-211-56/+0
|\
| * Code cleanup, consistency and merge conflict resolvedtranstrike2021-01-211-90/+57
| |\
| * | Code cleanup & consistencytranstrike2021-01-211-56/+0
* | | Made all Technology Layer Tests not asymc againDanail Dimitrov2021-01-212-53/+82
| |/ |/|
* | Refactored technology layer tests to be asyncDanail Dimitrov2021-01-211-90/+57
|/
* Fixed TechnologyService.Tests after refactoring of TechnologyServiceDanail Dimitrov2021-01-212-6/+17
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-201-9/+9
* Updated Moq to newer versiontranstrike2021-01-191-1/+1
* Fix lang namingtranstrike2021-01-171-4/+4
* Added more tests in UserRepotranstrike2021-01-171-77/+182
* Refactored little bit of UserRepoTeststranstrike2021-01-161-12/+18
* Completed Create operations in Data.Tests/UserRepotranstrike2021-01-151-10/+136
* Extracted Interfaces from every DevHive.Data class; Tidied up the DevHive.Int...transtrike2021-01-152-1/+17
* More formatting fixestranstrike2021-01-141-188/+190
* Fixed DI when running DevHive.Webtranstrike2021-01-141-0/+22
* Renamed async methods to include Async in the name in UserRepositorytranstrike2021-01-141-0/+7
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-141-7/+7
* Added .csproj wide code analyzer supporttranstrike2021-01-131-0/+4
* Full implementation of Language & Technologies to Usertranstrike2021-01-121-5/+5
* Language layers refactored; User implements adding & removing Languages; Migr...transtrike2021-01-121-2/+2
* Added Interfaces for all repository classesDanail Dimitrov2021-01-111-1/+0
* Adding Unit tests for TechnologyRepositoryDanail Dimitrov2021-01-101-110/+189
* Fixed test projectsDanail Dimitrov2021-01-102-0/+141