Horizon
|
This is the complete list of members for Catch::ReporterBase, 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) override | Catch::ReporterBase | virtual |
listReporters(std::vector< ReporterDescription > const &descriptions) override | Catch::ReporterBase | virtual |
listTags(std::vector< TagInfo > const &tags) override | Catch::ReporterBase | virtual |
listTests(std::vector< TestCaseHandle > const &tests) override | Catch::ReporterBase | virtual |
m_colour | Catch::ReporterBase | protected |
m_config | Catch::IEventListener | protected |
m_customOptions | Catch::ReporterBase | protected |
m_preferences | Catch::IEventListener | protected |
m_stream | Catch::ReporterBase | protected |
m_wrapped_stream | Catch::ReporterBase | protected |
noMatchingTestCases(StringRef unmatchedSpec)=0 | Catch::IEventListener | pure virtual |
ReporterBase(ReporterConfig &&config) (defined in Catch::ReporterBase) | Catch::ReporterBase | |
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 |
~ReporterBase() override (defined in Catch::ReporterBase) | Catch::ReporterBase |