C++ Utilities
4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
The MiscTests class tests misc functions and classes (mainly of files contained by the misc directory). More...
Public Member Functions | |
void | setUp () |
void | tearDown () |
void | testMultiArray () |
void | testLevenshtein () |
void | testTestUtilities () |
Tests helper from TestUtilities namespace which aren't used in other tests anyways. More... | |
The MiscTests class tests misc functions and classes (mainly of files contained by the misc directory).
Definition at line 28 of file misctests.cpp.
|
inline |
Definition at line 36 of file misctests.cpp.
|
inline |
Definition at line 39 of file misctests.cpp.
void MiscTests::testLevenshtein | ( | ) |
Definition at line 118 of file misctests.cpp.
void MiscTests::testMultiArray | ( | ) |
Definition at line 50 of file misctests.cpp.
void MiscTests::testTestUtilities | ( | ) |
Tests helper from TestUtilities namespace which aren't used in other tests anyways.
Definition at line 143 of file misctests.cpp.