Testprojekt hinzugefügt & umfassende Server-Tests
Neues Testprojekt SlipItIn.Server.Tests erstellt und in die Solution eingebunden. Unit- und Integrationstests für AuthController, DbSeeder, GameHub und GameService implementiert. TestDbHelper für InMemory-DbContexts und Testdaten hinzugefügt. Tests prüfen Erfolgs- und Fehlerfälle inkl. Validierungen, Fehlerbehandlung und DB-Zustände.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<Solution>
|
||||
<Project Path="SlipItIN.AppHost/SlipItIn.AppHost.csproj" />
|
||||
<Project Path="SlipItIn.Server.Tests/SlipItIn.Server.Tests.csproj" />
|
||||
<Project Path="SlipItIn.Server/SlipItIn.Server.csproj" />
|
||||
<Project Path="SlipItIN.ServiceDefaults/SlipItIn.ServiceDefaults.csproj" />
|
||||
<Project Path="SlipItIn.Shared/SlipItIn.Shared.csproj" />
|
||||
|
||||
Reference in New Issue
Block a user