Horizon
|
This is the complete list of members for Catch::IEventListener, including all inherited members.
assertionEnded(AssertionStats const &assertionStats)=0 | Catch::IEventListener | pure virtual |
assertionStarting(AssertionInfo const &assertionInfo)=0 | Catch::IEventListener | pure virtual |
benchmarkEnded(BenchmarkStats<> const &benchmarkStats)=0 | Catch::IEventListener | pure virtual |
benchmarkFailed(StringRef benchmarkName)=0 | Catch::IEventListener | pure virtual |
benchmarkPreparing(StringRef benchmarkName)=0 | Catch::IEventListener | pure virtual |
benchmarkStarting(BenchmarkInfo const &benchmarkInfo)=0 | Catch::IEventListener | pure virtual |
fatalErrorEncountered(StringRef error)=0 | Catch::IEventListener | pure virtual |
getPreferences() const (defined in Catch::IEventListener) | Catch::IEventListener | inline |
IEventListener(IConfig const *config) (defined in Catch::IEventListener) | Catch::IEventListener | inline |
listListeners(std::vector< ListenerDescription > const &descriptions)=0 | Catch::IEventListener | pure virtual |
listReporters(std::vector< ReporterDescription > const &descriptions)=0 | Catch::IEventListener | pure virtual |
listTags(std::vector< TagInfo > const &tags)=0 | Catch::IEventListener | pure virtual |
listTests(std::vector< TestCaseHandle > const &tests)=0 | Catch::IEventListener | pure virtual |
m_config | Catch::IEventListener | protected |
m_preferences | Catch::IEventListener | protected |
noMatchingTestCases(StringRef unmatchedSpec)=0 | Catch::IEventListener | pure virtual |
reportInvalidTestSpec(StringRef invalidArgument)=0 | Catch::IEventListener | pure virtual |
sectionEnded(SectionStats const §ionStats)=0 | Catch::IEventListener | pure virtual |
sectionStarting(SectionInfo const §ionInfo)=0 | Catch::IEventListener | pure virtual |
skipTest(TestCaseInfo const &testInfo)=0 | Catch::IEventListener | pure virtual |
testCaseEnded(TestCaseStats const &testCaseStats)=0 | Catch::IEventListener | pure virtual |
testCasePartialEnded(TestCaseStats const &testCaseStats, uint64_t partNumber)=0 | Catch::IEventListener | pure virtual |
testCasePartialStarting(TestCaseInfo const &testInfo, uint64_t partNumber)=0 | Catch::IEventListener | pure virtual |
testCaseStarting(TestCaseInfo const &testInfo)=0 | Catch::IEventListener | pure virtual |
testRunEnded(TestRunStats const &testRunStats)=0 | Catch::IEventListener | pure virtual |
testRunStarting(TestRunInfo const &testRunInfo)=0 | Catch::IEventListener | pure virtual |
~IEventListener() (defined in Catch::IEventListener) | Catch::IEventListener | virtual |