Kieran Kihn
b7dcaabc28
test(game): add GameStateTest for client and server game state validation
...
- Added new unit tests in `GameStateTest.cpp` to validate `ClientGameState` and `ServerGameState` behavior.
- Updated `CMakeLists.txt` to include the new test file.
2025-11-17 21:17:56 +08:00
Kieran Kihn
e5f9666ff0
test(game): refactor PlayerTest to use HandCard::draw method instead of array constructor
2025-11-17 21:17:37 +08:00
Kieran Kihn
f8666b18b1
test(game): update tests to reflect removal of CardColor::WILD and adjust deck drawing logic
2025-11-17 14:40:22 +08:00
Kieran Kihn
d658a38790
test(game): add test cases for Player
2025-11-16 21:29:43 +08:00
Kieran Kihn
44120f1393
test(game): add test cases for CardTile
2025-11-16 20:54:01 +08:00
Kieran Kihn
1e49f5ffbb
test(game): add test cases for Card
2025-11-16 11:47:26 +08:00