Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_junit.cpp61 : 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()
Dcatch_reporter_bases.hpp98 struct CumulativeReporterBase : IStreamingReporter { struct
146 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() argument
154 ~CumulativeReporterBase() override = default;
Dcatch_reporter_junit.h17 class JunitReporter : public CumulativeReporterBase<JunitReporter> {
/external/bcc/tests/cc/
Dcatch.hpp8591 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()
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp5155 struct CumulativeReporterBase : IStreamingReporter { struct
5202 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase() argument
5210 ~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()