Searched refs:CumulativeReporterBase (Results 1 – 1 of 1) sorted by relevance
5740 struct CumulativeReporterBase : IStreamingReporter { struct5787 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() function5795 ~CumulativeReporterBase() override = default;6261 class JunitReporter : public CumulativeReporterBase<JunitReporter> {16502 : CumulativeReporterBase( _config ), in JunitReporter()16518 CumulativeReporterBase::testRunStarting( runInfo ); in testRunStarting()16527 CumulativeReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()16537 return CumulativeReporterBase::assertionEnded( assertionStats ); in assertionEnded()16543 CumulativeReporterBase::testCaseEnded( testCaseStats ); in testCaseEnded()16548 CumulativeReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()