aboutsummaryrefslogtreecommitdiff
path: root/src/Services/DevHive.Services.Tests
Commit message (Expand)AuthorAgeFilesLines
* dev -> feature/profile_picture_implementation(02.03.2021)transtrike2021-04-021-2/+2
|\
| * Introduced Logger; Replaced DevExcHandler with Custom; Logging Errors totranstrike2021-04-021-2/+2
* | First test implementation and explorationtranstrike2021-03-301-0/+75
* | Added profile picture documentationfeature/profile_picture_implementationtranstrike2021-03-281-0/+9
|/
* Merge pull request #22 from Team-Kaleidoscope/rating_systemDanail Dimitrov2021-03-141-0/+448
|\
| * Updated rating tests to follow our current code style standardsrating_systemSyndamia2021-03-141-66/+144
| * Added tests for rating serviceSyndamia2021-03-131-0/+370
* | Made all Returns(Task.FromResult) into ReturnsAsync in Service layer testsSyndamia2021-03-146-119/+119
* | Updated code style of mock setups in Service layer testsSyndamia2021-03-146-214/+470
* | Made properties into variables in Service layer testsSyndamia2021-03-145-222/+222
* | Removed unused local variables in service testsSyndamia2021-03-134-13/+0
* | Replaced all "new Guid()" with "Guid.NewGuid()" in service testsSyndamia2021-03-136-24/+24
* | Updated user service tests to use jwt service, added some missing mocks to us...Syndamia2021-03-131-44/+22
* | Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into unit_test_ref...Syndamia2021-03-131-3/+5
|\ \
| * | NSwag replaced Swagger; Doc prep configurednswagtranstrike2021-03-031-10/+10
| |/
| * Fixed Project Restore Problem "Not Found"transtrike2021-02-261-8/+10
| * Updated Nuget packages; Added Swagger packages for further documentationtranstrike2021-02-251-2/+2
* | Code cleanup of UserTestsunit_test_refactoringtranstrike2021-02-222-220/+273
|/
* UserManager&RoleManager logic moved to Repo; Password hashing and validation ...transtrike2021-02-161-1/+1
* Code Analyzer added to all csproj; Removed unnessessary code; Fixed formattingtranstrike2021-02-152-10/+11
* Restructure Successfultranstrike2021-02-138-14/+13
* Removed all referencestranstrike2021-02-133-10/+2
* Project Restructure P.1transtrike2021-02-138-0/+1865