aboutsummaryrefslogtreecommitdiff
path: root/src/Services/DevHive.Services.Tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixed testsdevSyndamia2021-04-098-136/+140
|
* Merge pull request #27 from Team-Kaleidoscope/unit_testsKamen Mladenov2021-04-091-1/+2
|\ | | | | Unit tests
| * Added tests for untested methods in CommentRepositoryDanail Dimitrov2021-03-181-1/+2
| |
* | Introduced consts for every string possible. FMLtranstrike2021-04-051-1/+1
| |
* | 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
| |/ | | | | | | file; Replaced Console logger for requests
* | 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
|\ | | | | Rating system
| * 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 ↵Syndamia2021-03-131-44/+22
| | | | | | | | user login and register tests
* | Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into ↵Syndamia2021-03-131-3/+5
|\ \ | | | | | | | | | unit_test_refactoring
| * | 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
| | | | | | | | improvement
* | 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
| | | | moved to Repo and using ASPNET Core hashing methods; Added Migrations; Fixed Roles not added to user
* 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