#include <iostream>#include "../Cell.h"Functions | |
| void | print_test_result (const char *i_pMessage, bool i_bIsSuccess) |
| bool | test_cell_generate () |
| bool | test_setState () |
| bool | test_sendState () |
| bool | test_cell_born () |
| bool | test_cell_survive1 () |
| bool | test_cell_survive2 () |
| bool | test_cell_under_population1 () |
| bool | test_cell_under_population2 () |
| bool | test_cell_over_population1 () |
| bool | test_cell_over_population2 () |
| bool | test_Cell () |
| int | main () |
| int main | ( | ) |
| void print_test_result | ( | const char * | i_pMessage, |
| bool | i_bIsSuccess | ||
| ) |
| bool test_Cell | ( | ) |
| bool test_cell_born | ( | ) |
| bool test_cell_generate | ( | ) |
| bool test_cell_over_population1 | ( | ) |
| bool test_cell_over_population2 | ( | ) |
| bool test_cell_survive1 | ( | ) |
| bool test_cell_survive2 | ( | ) |
| bool test_cell_under_population1 | ( | ) |
| bool test_cell_under_population2 | ( | ) |
| bool test_sendState | ( | ) |
| bool test_setState | ( | ) |
1.7.5.1