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.
11 lines
446 B
Plaintext
11 lines
446 B
Plaintext
<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" />
|
|
<Project Path="SlipItIN/SlipItIn.csproj">
|
|
<Deploy Solution="Debug|*" />
|
|
</Project>
|
|
</Solution>
|