
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| TEST (AutoExpandbleMapBaseTests, Expand_Right) | |
| TEST (AutoExpandbleMapBaseTests, Expand_Top) | |
| TEST (AutoExpandbleMapBaseTests, Expand_Left) | |
| TEST (AutoExpandbleMapBaseTests, Expand_Down) | |
| TEST (AutoExpandbleMapBaseTests, Expand_Right_Top) | |
| TEST (AutoExpandbleMapBaseTests, Expand_Right_Down) | |
| TEST (AutoExpandbleMapBaseTests, Expand_Left_Top) | |
| TEST (AutoExpandbleMapBaseTests, Expand_Left_Down) | |
| TEST (AutoExpandbleMapBaseTests, NoExpand) | |
| TEST (AutoExpandbleMapBaseTests, CheckCellsValue) | |
| bool | test_expansion_by_cell_update (const DiscretePoint2D &Cell_coor, MapParams expected_param) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 57 of file AutoExpandble_map_utest.cpp.
| TEST | ( | AutoExpandbleMapBaseTests | , |
| Expand_Right | |||
| ) |
Definition at line 14 of file AutoExpandble_map_utest.cpp.
| TEST | ( | AutoExpandbleMapBaseTests | , |
| Expand_Top | |||
| ) |
Definition at line 18 of file AutoExpandble_map_utest.cpp.
| TEST | ( | AutoExpandbleMapBaseTests | , |
| Expand_Left | |||
| ) |
Definition at line 22 of file AutoExpandble_map_utest.cpp.
| TEST | ( | AutoExpandbleMapBaseTests | , |
| Expand_Down | |||
| ) |
Definition at line 26 of file AutoExpandble_map_utest.cpp.
| TEST | ( | AutoExpandbleMapBaseTests | , |
| Expand_Right_Top | |||
| ) |
Definition at line 30 of file AutoExpandble_map_utest.cpp.
| TEST | ( | AutoExpandbleMapBaseTests | , |
| Expand_Right_Down | |||
| ) |
Definition at line 34 of file AutoExpandble_map_utest.cpp.
| TEST | ( | AutoExpandbleMapBaseTests | , |
| Expand_Left_Top | |||
| ) |
Definition at line 38 of file AutoExpandble_map_utest.cpp.
| TEST | ( | AutoExpandbleMapBaseTests | , |
| Expand_Left_Down | |||
| ) |
Definition at line 42 of file AutoExpandble_map_utest.cpp.
| TEST | ( | AutoExpandbleMapBaseTests | , |
| NoExpand | |||
| ) |
Definition at line 46 of file AutoExpandble_map_utest.cpp.
| TEST | ( | AutoExpandbleMapBaseTests | , |
| CheckCellsValue | |||
| ) |
Definition at line 50 of file AutoExpandble_map_utest.cpp.
| bool test_expansion_by_cell_update | ( | const DiscretePoint2D & | Cell_coor, |
| MapParams | expected_param | ||
| ) |
Definition at line 5 of file AutoExpandble_map_utest.cpp.