|
|
| TestingLogger (std::string name) |
| |
|
bool | summarize (bool verbose=false) |
| |
|
void | clear () |
| |
|
void | abortOnFail () |
| |
|
|
static void | check (bool assertion, std::string description) |
| |
|
template<typename Function > |
| static void | checkSafely (Function assertionFn, std::string description) |
| |
|
|
using | const_iter = std::map< std::string, AssertInfo >::const_iterator |
| |
|
using | iter = std::map< std::string, AssertInfo >::iterator |
| |
|
|
static void | exn_fail (std::exception *exn, std::string what, std::string description) |
| |
|
|
std::map< std::string, AssertInfo > | assertions_ |
| |
|
std::string | testName_ |
| |
|
bool | failedSome_ |
| |
|
bool | abortOnFail_ |
| |
|
TestingLogger * | previousLogger_ |
| |
The documentation for this class was generated from the following files: