CDT++
Causal Dynamical Triangulations in C++
Loading...
Searching...
No Matches
Functions
Move_tracker_test.cpp File Reference

Tests of MoveTracker, that is, that moves are tracked properly. More...

#include "Move_tracker.hpp"
#include <doctest/doctest.h>
#include "Manifold.hpp"
+ Include dependency graph for Move_tracker_test.cpp:

Go to the source code of this file.

Functions

 GIVEN ("A 3D Move_tracker.")
 
 GIVEN ("A 4D Move_tracker.")
 
 GIVEN ("A MoveTracker.")
 
 SCENARIO ("Integer to move type conversion" *doctest::test_suite("move_tracker"))
 
 SCENARIO ("Move type to integer conversion" *doctest::test_suite("move_tracker"))
 

Detailed Description

Tests of MoveTracker, that is, that moves are tracked properly.

Author
Adam Getchell

Definition in file Move_tracker_test.cpp.

Function Documentation

◆ GIVEN() [1/3]

GIVEN ( "A 3D Move_tracker."  )

Definition at line 109 of file Move_tracker_test.cpp.

◆ GIVEN() [2/3]

GIVEN ( "A 4D Move_tracker."  )

Definition at line 152 of file Move_tracker_test.cpp.

◆ GIVEN() [3/3]

GIVEN ( "A MoveTracker."  )

Definition at line 24 of file Move_tracker_test.cpp.

◆ SCENARIO() [1/2]

SCENARIO ( "Integer to move type conversion" *  doctest::test_suite"move_tracker")

Definition at line 87 of file Move_tracker_test.cpp.

◆ SCENARIO() [2/2]

SCENARIO ( "Move type to integer conversion" *  doctest::test_suite"move_tracker")

Definition at line 68 of file Move_tracker_test.cpp.