#include <iostream>
#include <string>
#include <sstream>
#include "../Cell.h"
#include "../MatrixCell.h"
Function Documentation
bool print_debug_result |
( |
const char * |
i_pMessage, |
|
|
string |
i_pResult |
|
) |
| |
void print_test_result |
( |
const char * |
i_pMessage, |
|
|
bool |
i_bIsSuccess |
|
) |
| |
bool test_cell_over_population |
( |
| ) |
|
bool test_cell_survive |
( |
| ) |
|
bool test_cell_under_population |
( |
| ) |
|
bool test_checkResult |
( |
string |
i_strRightAnswer, |
|
|
string |
i_strCheck |
|
) |
| |
bool test_Matrix_Cell |
( |
| ) |
|
bool test_matrix_cell_generate |
( |
| ) |
|
bool test_matrix_cell_setState |
( |
| ) |
|
Variable Documentation