Searched defs:CumulativeReporterBase (Results 1 – 1 of 1) sorted by relevance
8591 struct CumulativeReporterBase : SharedImpl<IStreamingReporter> { struct8593 struct Node : SharedImpl<> {8601 struct SectionNode : SharedImpl<> {8621 struct BySectionInfo {8632 typedef Node<TestCaseStats, SectionNode> TestCaseNode;8633 typedef Node<TestGroupStats, TestCaseNode> TestGroupNode;8634 typedef Node<TestRunStats, TestGroupNode> TestRunNode;8636 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() function8644 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()8648 virtual void testRunStarting( TestRunInfo const& ) CATCH_OVERRIDE {} in testRunStarting()[all …]