feat: Enhance GameResource with game state validation and add comprehensive tests
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user