Public Member Functions | |
| TestResults (TestReporter *reporter, int numTests) | |
| void | OnTestStart (char const *testName) |
| void | OnCountLog (int type) |
| void | OnTestTime (char const *testName, float secondsElapsed) |
| void | OnTestFailure (char const *file, int line, char const *testName, char const *failure) |
| void | OnTestFinish (char const *testName, float secondsElapsed) |
| int | GetTestCount () const |
| int | GetTestFailedCount () const |
| int | GetTestWarnedCount () const |
| int | GetTotalFailureCount () const |
| int | GetTotalWarningCount () const |
| int | GetLogErrors () const |
| int | GetLogWarnings () const |
| void | PushLogErrors () |
| void | PushLogWarnings () |
| int | GetLogErrorsDelta () const |
| int | GetLogWarningsDelta () const |
Public Attributes | |
| TestReporter * | m_testReporter |
| const int | m_numTests |
| int | m_testCount |
| int | m_testFailedCount |
| int | m_testWarnedCount |
| int | m_logErrors |
| int | m_logErrorsPush |
| int | m_logWarnings |
| int | m_logWarningsPush |
| int | m_totalFailureCount |
| int | m_totalFailureCountPush |
| int | m_totalWarningCount |
| int | m_totalWarningCountPush |
| int | m_warningMode |
|
explicit |
| void OnTestStart | ( | char const * | testName | ) |
| void OnCountLog | ( | int | type | ) |
| void OnTestTime | ( | char const * | testName, |
| float | secondsElapsed | ||
| ) |
| void OnTestFailure | ( | char const * | file, |
| int | line, | ||
| char const * | testName, | ||
| char const * | failure | ||
| ) |
| void OnTestFinish | ( | char const * | testName, |
| float | secondsElapsed | ||
| ) |
| int GetTestCount | ( | ) | const |
| int GetTestFailedCount | ( | ) | const |
| int GetTestWarnedCount | ( | ) | const |
| int GetTotalFailureCount | ( | ) | const |
| int GetTotalWarningCount | ( | ) | const |
| int GetLogErrors | ( | ) | const |
| int GetLogWarnings | ( | ) | const |
| void PushLogErrors | ( | ) |
| void PushLogWarnings | ( | ) |
| int GetLogErrorsDelta | ( | ) | const |
| int GetLogWarningsDelta | ( | ) | const |
| TestReporter* m_testReporter |
| const int m_numTests |
| int m_testCount |
| int m_testFailedCount |
| int m_testWarnedCount |
| int m_logErrors |
| int m_logErrorsPush |
| int m_logWarnings |
| int m_logWarningsPush |
| int m_totalFailureCount |
| int m_totalFailureCountPush |
| int m_totalWarningCount |
| int m_totalWarningCountPush |
| int m_warningMode |
1.8.7