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::test_completed | ( | const tut::test_result & | tr | ) | [inline] |
Definition at line 80 of file test.cpp.
References mFailedTests, mPassedTests, mSkipedFailTests, mSkippedTests, mTotalTests, and mVerboseMode.
| void LLTestCallback::run_completed | ( | ) | [inline] |
Definition at line 129 of file test.cpp.
References mFailedTests, mPassedTests, mSkipedFailTests, mSkippedTests, and mTotalTests.
bool LLTestCallback::mVerboseMode [protected] |
int LLTestCallback::mTotalTests [protected] |
int LLTestCallback::mPassedTests [protected] |
int LLTestCallback::mFailedTests [protected] |
int LLTestCallback::mSkippedTests [protected] |
int LLTestCallback::mSkipedFailTests [protected] |
1.5.5