C++ Utilities  5.10.5
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Public Member Functions | List of all members
MiscTests Class Reference

The MiscTests class tests misc functions and classes (mainly of files contained by the misc directory). More...

Inheritance diagram for MiscTests:
[legend]
Collaboration diagram for MiscTests:
[legend]

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...
 

Detailed Description

The MiscTests class tests misc functions and classes (mainly of files contained by the misc directory).

Definition at line 40 of file misctests.cpp.

Member Function Documentation

◆ setUp()

void MiscTests::setUp ( )
inline

Definition at line 48 of file misctests.cpp.

◆ tearDown()

void MiscTests::tearDown ( )
inline

Definition at line 51 of file misctests.cpp.

◆ testLevenshtein()

void MiscTests::testLevenshtein ( )

Definition at line 130 of file misctests.cpp.

◆ testMultiArray()

void MiscTests::testMultiArray ( )

Definition at line 62 of file misctests.cpp.

◆ testTestUtilities()

void MiscTests::testTestUtilities ( )

Tests helper from TestUtilities namespace which aren't used in other tests anyways.

Definition at line 155 of file misctests.cpp.


The documentation for this class was generated from the following file: