Horizon
Loading...
Searching...
No Matches
Catch::ReporterBase Member List

This is the complete list of members for Catch::ReporterBase, including all inherited members.

assertionEnded(AssertionStats const &assertionStats)=0Catch::IEventListenerpure virtual
assertionStarting(AssertionInfo const &assertionInfo)=0Catch::IEventListenerpure virtual
benchmarkEnded(BenchmarkStats<> const &benchmarkStats)=0Catch::IEventListenerpure virtual
benchmarkFailed(StringRef benchmarkName)=0Catch::IEventListenerpure virtual
benchmarkPreparing(StringRef benchmarkName)=0Catch::IEventListenerpure virtual
benchmarkStarting(BenchmarkInfo const &benchmarkInfo)=0Catch::IEventListenerpure virtual
fatalErrorEncountered(StringRef error)=0Catch::IEventListenerpure virtual
getPreferences() const (defined in Catch::IEventListener)Catch::IEventListenerinline
IEventListener(IConfig const *config) (defined in Catch::IEventListener)Catch::IEventListenerinline
listListeners(std::vector< ListenerDescription > const &descriptions) overrideCatch::ReporterBasevirtual
listReporters(std::vector< ReporterDescription > const &descriptions) overrideCatch::ReporterBasevirtual
listTags(std::vector< TagInfo > const &tags) overrideCatch::ReporterBasevirtual
listTests(std::vector< TestCaseHandle > const &tests) overrideCatch::ReporterBasevirtual
m_colourCatch::ReporterBaseprotected
m_configCatch::IEventListenerprotected
m_customOptionsCatch::ReporterBaseprotected
m_preferencesCatch::IEventListenerprotected
m_streamCatch::ReporterBaseprotected
m_wrapped_streamCatch::ReporterBaseprotected
noMatchingTestCases(StringRef unmatchedSpec)=0Catch::IEventListenerpure virtual
ReporterBase(ReporterConfig &&config) (defined in Catch::ReporterBase)Catch::ReporterBase
reportInvalidTestSpec(StringRef invalidArgument)=0Catch::IEventListenerpure virtual
sectionEnded(SectionStats const &sectionStats)=0Catch::IEventListenerpure virtual
sectionStarting(SectionInfo const &sectionInfo)=0Catch::IEventListenerpure virtual
skipTest(TestCaseInfo const &testInfo)=0Catch::IEventListenerpure virtual
testCaseEnded(TestCaseStats const &testCaseStats)=0Catch::IEventListenerpure virtual
testCasePartialEnded(TestCaseStats const &testCaseStats, uint64_t partNumber)=0Catch::IEventListenerpure virtual
testCasePartialStarting(TestCaseInfo const &testInfo, uint64_t partNumber)=0Catch::IEventListenerpure virtual
testCaseStarting(TestCaseInfo const &testInfo)=0Catch::IEventListenerpure virtual
testRunEnded(TestRunStats const &testRunStats)=0Catch::IEventListenerpure virtual
testRunStarting(TestRunInfo const &testRunInfo)=0Catch::IEventListenerpure virtual
~IEventListener() (defined in Catch::IEventListener)Catch::IEventListenervirtual
~ReporterBase() override (defined in Catch::ReporterBase)Catch::ReporterBase