Searched refs:CumulativeReporterBase (Results 1 – 5 of 5) sorted by relevance
61 : CumulativeReporterBase( _config ), in JunitReporter()77 CumulativeReporterBase::testRunStarting( runInfo ); in testRunStarting()93 CumulativeReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()103 return CumulativeReporterBase::assertionEnded( assertionStats ); in assertionEnded()109 CumulativeReporterBase::testCaseEnded( testCaseStats ); in testCaseEnded()114 CumulativeReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()
98 struct CumulativeReporterBase : IStreamingReporter { struct146 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() argument154 ~CumulativeReporterBase() override = default;
17 class JunitReporter : public CumulativeReporterBase<JunitReporter> {
8591 struct CumulativeReporterBase : SharedImpl<IStreamingReporter> { struct8636 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() argument8642 ~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()[all …]
5155 struct CumulativeReporterBase : IStreamingReporter { struct5202 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() argument5210 ~CumulativeReporterBase() override = default;5656 class JunitReporter : public CumulativeReporterBase<JunitReporter> {13985 : CumulativeReporterBase( _config ), in JunitReporter()14001 CumulativeReporterBase::testRunStarting( runInfo ); in testRunStarting()14017 CumulativeReporterBase::testGroupStarting( groupInfo ); in testGroupStarting()14027 return CumulativeReporterBase::assertionEnded( assertionStats ); in assertionEnded()14033 CumulativeReporterBase::testCaseEnded( testCaseStats ); in testCaseEnded()14038 CumulativeReporterBase::testGroupEnded( testGroupStats ); in testGroupEnded()