feat: Enhance GameResource with game state validation and add comprehensive tests

This commit is contained in:
2026-04-20 19:08:45 +02:00
committed by Janis
parent f0bde2df92
commit aea9f1a1ca
7 changed files with 379 additions and 34 deletions
+1
View File
@@ -74,6 +74,7 @@ dependencies {
testImplementation("io.rest-assured:rest-assured")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
}
configurations.matching { !it.name.startsWith("scoverage") }.configureEach {