refactor(tests): NCS-23 improve CommandInvoker tests for clarity and coverage
Build & Test (NowChessSystems) TeamCity build finished

This commit is contained in:
2026-04-06 08:34:44 +02:00
parent 7dac1a0225
commit 0def756ff0
8 changed files with 94 additions and 119 deletions
@@ -10,7 +10,7 @@ import de.nowchess.rules.sets.DefaultRules
import org.scalatest.funsuite.AnyFunSuite
import org.scalatest.matchers.should.Matchers
class GameEngineCoverageRegressionTest extends AnyFunSuite with Matchers:
class GameEngineIntegrationTest extends AnyFunSuite with Matchers:
private def sq(alg: String): Square =
Square.fromAlgebraic(alg).getOrElse(fail(s"Invalid square in test: $alg"))