Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp31 struct StreamingReporterBase : IStreamingReporter { struct
33 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function
42 ReporterPreferences getPreferences() const override { in getPreferences()
46 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()
52 void noMatchingTestCases(std::string const&) override {} in noMatchingTestCases()
54 void reportInvalidArguments(std::string const&) override {} in reportInvalidArguments()
56 void testRunStarting(TestRunInfo const& _testRunInfo) override { in testRunStarting()
60 void testGroupStarting(GroupInfo const& _groupInfo) override { in testGroupStarting()
64 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting()
67 void sectionStarting(SectionInfo const& _sectionInfo) override { in sectionStarting()
[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.hpp5689 struct StreamingReporterBase : IStreamingReporter { struct
5691 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument
5700 ReporterPreferences getPreferences() const override { in getPreferences()
5704 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()
5710 void noMatchingTestCases(std::string const&) override {} in noMatchingTestCases()
5712 void reportInvalidArguments(std::string const&) override {} in reportInvalidArguments()
5714 void testRunStarting(TestRunInfo const& _testRunInfo) override { in testRunStarting()
5718 void testGroupStarting(GroupInfo const& _groupInfo) override { in testGroupStarting()
5722 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting()
5725 void sectionStarting(SectionInfo const& _sectionInfo) override { in sectionStarting()
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp5725 struct StreamingReporterBase : IStreamingReporter { struct
5727 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument
5736 ReporterPreferences getPreferences() const override { in getPreferences()
5740 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()
5746 void noMatchingTestCases(std::string const&) override {} in noMatchingTestCases()
5748 void reportInvalidArguments(std::string const&) override {} in reportInvalidArguments()
5750 void testRunStarting(TestRunInfo const& _testRunInfo) override { in testRunStarting()
5754 void testGroupStarting(GroupInfo const& _groupInfo) override { in testGroupStarting()
5758 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting()
5761 void sectionStarting(SectionInfo const& _sectionInfo) override { in sectionStarting()
[all …]