Home
last modified time | relevance | path

Searched refs:CumulativeReporterBase (Results 1 – 1 of 1) sorted by relevance

/src/contrib/bsnmp/tests/
H A Dcatch.hpp5740 struct CumulativeReporterBase : IStreamingReporter { struct
5787 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() function
5795 ~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()