This is the complete list of members for TestReporter, including all inherited members.
| ReportFailure(char const *file, int line, char const *testName, char const *failure)=0 | TestReporter | pure virtual |
| ReportSummary(int testCount, int failedCount, int totalFailedCount, int warnedCount, int totalWarnedCount, float secondsElapsed)=0 | TestReporter | pure virtual |
| ReportTestFinish(char const *testName, float secondsElapsed)=0 | TestReporter | pure virtual |
| ReportTestStart(char const *testName)=0 | TestReporter | pure virtual |
| ReportTime(char const *testName, float secondsElapsed)=0 | TestReporter | pure virtual |
| ReportWarning(char const *file, int line, char const *testName, char const *failure)=0 | TestReporter | pure virtual |
| ~TestReporter() | TestReporter | virtual |
1.8.7