Home
last modified time | relevance | path

Searched defs:StreamingReporterBase (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp29 struct StreamingReporterBase : IStreamingReporter { struct
31 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function
40 ReporterPreferences getPreferences() const override { in getPreferences()
44 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()
50 void noMatchingTestCases(std::string const&) override {} in noMatchingTestCases()
52 void testRunStarting(TestRunInfo const& _testRunInfo) override { in testRunStarting()
55 void testGroupStarting(GroupInfo const& _groupInfo) override { in testGroupStarting()
59 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting()
62 void sectionStarting(SectionInfo const& _sectionInfo) override { in sectionStarting()
66 void sectionEnded(SectionStats const& /* _sectionStats */) override { in sectionEnded()
[all …]
/external/bcc/tests/cc/
Dcatch.hpp8529 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct
8531 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function
8538 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
8544 virtual void noMatchingTestCases( std::string const& ) CATCH_OVERRIDE {} in noMatchingTestCases()
8546 virtual void testRunStarting( TestRunInfo const& _testRunInfo ) CATCH_OVERRIDE { in testRunStarting()
8549 virtual void testGroupStarting( GroupInfo const& _groupInfo ) CATCH_OVERRIDE { in testGroupStarting()
8553 virtual void testCaseStarting( TestCaseInfo const& _testInfo ) CATCH_OVERRIDE { in testCaseStarting()
8556 virtual void sectionStarting( SectionInfo const& _sectionInfo ) CATCH_OVERRIDE { in sectionStarting()
8560 virtual void sectionEnded( SectionStats const& /* _sectionStats */ ) CATCH_OVERRIDE { in sectionEnded()
8563 virtual void testCaseEnded( TestCaseStats const& /* _testCaseStats */ ) CATCH_OVERRIDE { in testCaseEnded()
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp5086 struct StreamingReporterBase : IStreamingReporter { struct
5088 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument
5097 ReporterPreferences getPreferences() const override { in getPreferences()
5101 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()
5107 void noMatchingTestCases(std::string const&) override {} in noMatchingTestCases()
5109 void testRunStarting(TestRunInfo const& _testRunInfo) override { in testRunStarting()
5112 void testGroupStarting(GroupInfo const& _groupInfo) override { in testGroupStarting()
5116 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting()
5119 void sectionStarting(SectionInfo const& _sectionInfo) override { in sectionStarting()
5123 void sectionEnded(SectionStats const& /* _sectionStats */) override { in sectionEnded()
[all …]