Searched defs:CumulativeReporterBase (Results 1 – 3 of 3) sorted by relevance
101 struct CumulativeReporterBase : IStreamingReporter { struct103 struct Node {111 struct SectionNode {131 struct BySectionInfo {145 using TestCaseNode = Node<TestCaseStats, SectionNode>;146 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;147 using TestRunNode = Node<TestRunStats, TestGroupNode>;149 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() function159 ReporterPreferences getPreferences() const override { in getPreferences()163 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()[all …]
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 …]
5173 struct CumulativeReporterBase : IStreamingReporter { struct5175 struct Node {5183 struct SectionNode {5203 struct BySectionInfo {5216 using TestCaseNode = Node<TestCaseStats, SectionNode>;5217 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;5218 using TestRunNode = Node<TestRunStats, TestGroupNode>;5220 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() argument5230 ReporterPreferences getPreferences() const override { in getPreferences()5234 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()[all …]