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

Tests for the Move Always algorithm. More...

#include "Move_always.hpp"
#include <doctest/doctest.h>
+ Include dependency graph for Move_always_test.cpp:

Go to the source code of this file.

Functions

 GIVEN ("A correctly-constructed Manifold_3.")
 
 SCENARIO ("MoveStrategy<MOVE_ALWAYS> special member and swap properties" *doctest::test_suite("move_always"))
 
 SCENARIO ("Using the MoveAlways algorithm" *doctest::test_suite("move_always") *doctest::skip())
 

Detailed Description

Tests for the Move Always algorithm.

Author
Adam Getchell

Definition in file Move_always_test.cpp.

Function Documentation

◆ GIVEN()

GIVEN ( "A correctly-constructed Manifold_3."  )

Definition at line 82 of file Move_always_test.cpp.

◆ SCENARIO() [1/2]

SCENARIO ( "MoveStrategy<MOVE_ALWAYS> special member and swap properties" *  doctest::test_suite"move_always")

Definition at line 18 of file Move_always_test.cpp.

◆ SCENARIO() [2/2]

SCENARIO ( "Using the MoveAlways algorithm" *  doctest::test_suite"move_always") *doctest::skip()

Definition at line 127 of file Move_always_test.cpp.