Lines Matching refs:CumulativeReporterBase
8591 struct CumulativeReporterBase : SharedImpl<IStreamingReporter> { struct
8636 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() argument
8642 ~CumulativeReporterBase();
9270 class JunitReporter : public CumulativeReporterBase {
9273 : CumulativeReporterBase( _config ), in JunitReporter()
9288 CumulativeReporterBase::testRunStarting( runInfo ); in testRunStarting()
9297 CumulativeReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()
9303 return CumulativeReporterBase::assertionEnded( assertionStats ); in assertionEnded()
9309 CumulativeReporterBase::testCaseEnded( testCaseStats ); in testCaseEnded()
9314 CumulativeReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
10219 CumulativeReporterBase::SectionNode::~SectionNode() {} in ~SectionNode()
10220 CumulativeReporterBase::~CumulativeReporterBase() {} in ~CumulativeReporterBase()