Searched defs:StreamingReporterBase (Results 1 – 4 of 4) 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 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 …]
8529 struct StreamingReporterBase : SharedImpl<IStreamingReporter> { struct8531 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() function8538 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 …]
5689 struct StreamingReporterBase : IStreamingReporter { struct5691 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument5700 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 …]
5725 struct StreamingReporterBase : IStreamingReporter { struct5727 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument5736 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 …]