Searched defs:CumulativeReporterBase (Results 1 – 3 of 3) sorted by relevance
98 struct CumulativeReporterBase : IStreamingReporter { struct100 struct Node {108 struct SectionNode {128 struct BySectionInfo {142 using TestCaseNode = Node<TestCaseStats, SectionNode>;143 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;144 using TestRunNode = Node<TestRunStats, TestGroupNode>;146 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() argument156 ReporterPreferences getPreferences() const override { in getPreferences()160 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 …]
5155 struct CumulativeReporterBase : IStreamingReporter { struct5157 struct Node {5165 struct SectionNode {5185 struct BySectionInfo {5198 using TestCaseNode = Node<TestCaseStats, SectionNode>;5199 using TestGroupNode = Node<TestGroupStats, TestCaseNode>;5200 using TestRunNode = Node<TestRunStats, TestGroupNode>;5202 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() function5212 ReporterPreferences getPreferences() const override { in getPreferences()5216 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities()[all …]