Searched defs:StreamingReporterBase (Results 1 – 3 of 3) sorted by relevance
31 struct StreamingReporterBase : IStreamingReporter { struct33 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function42 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 testRunStarting(TestRunInfo const& _testRunInfo) override { in testRunStarting()58 void testGroupStarting(GroupInfo const& _groupInfo) override { in testGroupStarting()62 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting()65 void sectionStarting(SectionInfo const& _sectionInfo) override { in sectionStarting()69 void sectionEnded(SectionStats const& /* _sectionStats */) override { in sectionEnded()[all …]
8529 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct8531 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument8538 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 …]
5103 struct StreamingReporterBase : IStreamingReporter { struct5105 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument5114 ReporterPreferences getPreferences() const override { in getPreferences()5118 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()5124 void noMatchingTestCases(std::string const&) override {} in noMatchingTestCases()5126 void testRunStarting(TestRunInfo const& _testRunInfo) override { in testRunStarting()5130 void testGroupStarting(GroupInfo const& _groupInfo) override { in testGroupStarting()5134 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting()5137 void sectionStarting(SectionInfo const& _sectionInfo) override { in sectionStarting()5141 void sectionEnded(SectionStats const& /* _sectionStats */) override { in sectionEnded()[all …]