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`. |
||
|---|---|---|
| .. | ||
| Game.Blackjack.Tests.csproj | ||
| GameFlowTests.cs | ||
| PlayTests.cs | ||
| SnapshotTests.cs | ||