Public Member Functions | |
LLTestCallback (bool verbose_mode) | |
void | run_started () |
void | test_completed (const tut::test_result &tr) |
void | run_completed () |
Protected Attributes | |
bool | mVerboseMode |
int | mTotalTests |
int | mPassedTests |
int | mFailedTests |
int | mSkippedTests |
int | mSkipedFailTests |
Definition at line 62 of file test.cpp.
LLTestCallback::LLTestCallback | ( | bool | verbose_mode | ) | [inline] |
void LLTestCallback::run_completed | ( | ) | [inline] |
Definition at line 129 of file test.cpp.
References mFailedTests, mPassedTests, mSkipedFailTests, mSkippedTests, and mTotalTests.
void LLTestCallback::test_completed | ( | const tut::test_result & | tr | ) | [inline] |
Definition at line 80 of file test.cpp.
References mFailedTests, mPassedTests, mSkipedFailTests, mSkippedTests, mTotalTests, and mVerboseMode.
int LLTestCallback::mFailedTests [protected] |
int LLTestCallback::mPassedTests [protected] |
int LLTestCallback::mSkipedFailTests [protected] |
int LLTestCallback::mSkippedTests [protected] |
int LLTestCallback::mTotalTests [protected] |
bool LLTestCallback::mVerboseMode [protected] |