oecs-sharp/Game.Blackjack.Tests
hypercross 94a9cc9519 refactor(test): migrate blackjack tests to use TestHelpers
Refactor the blackjack test suite to utilize the centralized
`TestHelpers`
from `OECS.PlayTest` instead of local implementations. This includes:

- Replacing local `SetupGame`, `FindEntity`, and `SnapshotWorld` with
  `TestHelpers` equivalents.
- Moving `PlayLog` logic and round running into the `OECS.PlayTest`
  framework.
- Updating project references to include `OECS.PlayTest`.
2026-07-21 18:09:47 +08:00
..
Game.Blackjack.Tests.csproj refactor(test): migrate blackjack tests to use TestHelpers 2026-07-21 18:09:47 +08:00
GameFlowTests.cs refactor(test): migrate blackjack tests to use TestHelpers 2026-07-21 18:09:47 +08:00
PlayTests.cs refactor(test): migrate blackjack tests to use TestHelpers 2026-07-21 18:09:47 +08:00
SnapshotTests.cs refactor(test): migrate blackjack tests to use TestHelpers 2026-07-21 18:09:47 +08:00