![]() |
Conquer Chess
Chess and Starcraft combined
|
#include "test_game.h"#include "game.h"#include "piece.h"#include "piece_actions.h"#include "lobby_options.h"#include "game_options.h"#include <cassert>#include <sstream>
Functions | |
| void | test_game () |
| OCLINT tests may be many. | |
| void | test_game_class () |
| Test the game class. | |
| void | test_game_functions () |
| Test individual functions. | |
| void test_game | ( | ) |
OCLINT tests may be many.
Test the game class and its free functions.
| void test_game_class | ( | ) |
Test the game class.
| void test_game_functions | ( | ) |
Test individual functions.
Test the free functions that work on a game.