Searched defs:StreamingReporterBase (Results 1 – 1 of 1) sorted by relevance
5737 struct StreamingReporterBase : IStreamingReporter { struct5739 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase() argument5748 ReporterPreferences getPreferences() const override { in getPreferences()5752 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()5758 void noMatchingTestCases(std::string const&) override {} in noMatchingTestCases()5760 void reportInvalidArguments(std::string const&) override {} in reportInvalidArguments()5762 void testRunStarting(TestRunInfo const& _testRunInfo) override { in testRunStarting()5766 void testGroupStarting(GroupInfo const& _groupInfo) override { in testGroupStarting()5770 void testCaseStarting(TestCaseInfo const& _testInfo) override { in testCaseStarting()5773 void sectionStarting(SectionInfo const& _sectionInfo) override { in sectionStarting()[all …]