|
CDT++
Causal Dynamical Triangulations in C++
|
Tests on utility functions. More...
Include dependency graph for Utilities_test.cpp:Go to the source code of this file.
Functions | |
| GIVEN ("A container of ints") | |
| GIVEN ("A Delaunay_t<3> triangulation.") | |
| GIVEN ("A PCG die roller") | |
| GIVEN ("A probability generator") | |
| GIVEN ("A test range of integers") | |
| GIVEN ("A test range of timeslices") | |
| GIVEN ("Simplices and timeslices for various foliations") | |
| GIVEN ("The range between 0 and 1, inclusive") | |
| SCENARIO ("Exact number (Gmpzf) conversion" *doctest::test_suite("utilities")) | |
| SCENARIO ("Reading and writing Delaunay triangulations to files" *doctest::test_suite("utilities")) | |
| SCENARIO ("Various string/stream/time utilities" *doctest::test_suite("utilities")) | |
Tests on utility functions.
Tests for random, conversion, and datetime functions.
Definition in file Utilities_test.cpp.
| GIVEN | ( | "A container of ints" | ) |
Definition at line 179 of file Utilities_test.cpp.
| GIVEN | ( | "A Delaunay_t<3> triangulation." | ) |
Definition at line 97 of file Utilities_test.cpp.
| GIVEN | ( | "A PCG die roller" | ) |
Definition at line 170 of file Utilities_test.cpp.
| GIVEN | ( | "A probability generator" | ) |
Definition at line 272 of file Utilities_test.cpp.
| GIVEN | ( | "A test range of integers" | ) |
Definition at line 196 of file Utilities_test.cpp.
| GIVEN | ( | "A test range of timeslices" | ) |
Definition at line 227 of file Utilities_test.cpp.
| GIVEN | ( | "Simplices and timeslices for various foliations" | ) |
Definition at line 300 of file Utilities_test.cpp.
| GIVEN | ( | "The range between 0 and | 1, |
| inclusive" | |||
| ) |
Definition at line 258 of file Utilities_test.cpp.
| SCENARIO | ( | "Exact number | Gmpzf) conversion" *doctest::test_suite("utilities" | ) |
Definition at line 348 of file Utilities_test.cpp.
| SCENARIO | ( | "Reading and writing Delaunay triangulations to files" * | doctest::test_suite"utilities" | ) |
Definition at line 114 of file Utilities_test.cpp.
| SCENARIO | ( | "Various string/stream/time utilities" * | doctest::test_suite"utilities" | ) |
Definition at line 21 of file Utilities_test.cpp.