Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
test_game.h
Go to the documentation of this file.
1#ifndef TEST_GAME_H
2#define TEST_GAME_H
3
5
7void test_game();
8
10void test_game_class();
11
14
17
18#endif // TEST_GAME_H
void test_game_class()
Test the game class.
Definition test_game.cpp:26
void test_game_scenarios()
Test bigger scenarios.
Definition test_game_scenarios.cpp:13
void test_game_functions()
Test the free functions that work on a game.
Definition test_game.cpp:234
void test_game()
Test the game class and its free functions.
Definition test_game.cpp:16