oecs-sharp/Game.TicTacToe.Tests
hypercross 9ef387f010 refactor(tests): extract test helpers and clean up play tests
Refactor the TicTacToe test suite by moving shared logic, such as
game setup, snapshotting, and win checking, into a new
`TestHelpers` class. This simplifies `PlayTests.cs` and
`GameFlowTests.cs`
by removing redundant private methods and local agent implementations,
replacing them with standardized utility calls from `OECS.PlayTest`.
2026-07-21 15:47:33 +08:00
..
Game.TicTacToe.Tests.csproj refactor(tests): extract test helpers and clean up play tests 2026-07-21 15:47:33 +08:00
GameFlowTests.cs refactor(tests): extract test helpers and clean up play tests 2026-07-21 15:47:33 +08:00
PlayTests.cs refactor(tests): extract test helpers and clean up play tests 2026-07-21 15:47:33 +08:00
SnapshotTests.cs refactor(tests): extract test helpers and clean up play tests 2026-07-21 15:47:33 +08:00
TestHelpers.cs refactor(tests): extract test helpers and clean up play tests 2026-07-21 15:47:33 +08:00