|
CDT++
Causal Dynamical Triangulations in C++
|
Tests of MoveCommand, that is, that moves are handled properly. More...
Include dependency graph for Move_command_test.cpp:Go to the source code of this file.
Functions | |
| GIVEN ("A MoveCommand.") | |
| GIVEN ("A valid manifold.") | |
| SCENARIO ("Executing multiple moves on the queue" *doctest::test_suite("move_command")) | |
| SCENARIO ("Invoking a move with a function pointer" *doctest::test_suite("move_command")) | |
| SCENARIO ("Invoking a move with apply_move and a function pointer" *doctest::test_suite("move_command")) | |
Tests of MoveCommand, that is, that moves are handled properly.
Definition in file Move_command_test.cpp.
| GIVEN | ( | "A MoveCommand." | ) |
Definition at line 22 of file Move_command_test.cpp.
| GIVEN | ( | "A valid manifold." | ) |
Definition at line 102 of file Move_command_test.cpp.
| SCENARIO | ( | "Executing multiple moves on the queue" * | doctest::test_suite"move_command" | ) |
Definition at line 416 of file Move_command_test.cpp.
| SCENARIO | ( | "Invoking a move with a function pointer" * | doctest::test_suite"move_command" | ) |
Definition at line 70 of file Move_command_test.cpp.
| SCENARIO | ( | "Invoking a move with apply_move and a function pointer" * | doctest::test_suite"move_command" | ) |
Definition at line 129 of file Move_command_test.cpp.