|
rsvs3D
0.0.0
Codes for the c++ implementation of the 3D RSVS
|
Class for customtest. More...
#include <test.hpp>
Public Member Functions | |
| customtest (const char *testNameIn="") | |
| int | ReturnErrCount () |
| int | Run (std::function< int()> test, const char *funcName, int expectedTime=-1) |
| int | RunSilent (std::function< int()> test, const char *funcName, int expectedTime=-1) |
| Runs a test function silently except if it returns an error. More... | |
| void | PrintSummary () |
Private Attributes | |
| int | testCount |
| int | errFlag |
| int | errCount |
| int | unhandledError |
| int | prevTime |
| int | runTotal |
| int | lastRunTime |
| std::string | testName |
| int customtest::RunSilent | ( | std::function< int()> | test, |
| const char * | funcName, | ||
| int | expectedTime = -1 |
||
| ) |