Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_junit.cpp60 JunitReporter::JunitReporter( ReporterConfig const& _config ) in JunitReporter() function in Catch::JunitReporter
68 JunitReporter::~JunitReporter() {} in ~JunitReporter()
70 std::string JunitReporter::getDescription() { in getDescription()
74 void JunitReporter::noMatchingTestCases( std::string const& /*spec*/ ) {} in noMatchingTestCases()
76 void JunitReporter::testRunStarting( TestRunInfo const& runInfo ) { in testRunStarting()
88 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting()
96 void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { in testCaseStarting()
100 bool JunitReporter::assertionEnded( AssertionStats const& assertionStats ) { in assertionEnded()
106 void JunitReporter::testCaseEnded( TestCaseStats const& testCaseStats ) { in testCaseEnded()
112 void JunitReporter::testGroupEnded( TestGroupStats const& testGroupStats ) { in testGroupEnded()
[all …]
Dcatch_reporter_junit.h17 class JunitReporter : public CumulativeReporterBase<JunitReporter> {
19 JunitReporter(ReporterConfig const& _config);
21 ~JunitReporter() override;
/external/catch2/single_include/catch2/
Dcatch.hpp5656 class JunitReporter : public CumulativeReporterBase<JunitReporter> { class
5658 JunitReporter(ReporterConfig const& _config);
5660 ~JunitReporter() override;
13984 JunitReporter::JunitReporter( ReporterConfig const& _config ) in JunitReporter() function in Catch::JunitReporter
13992 JunitReporter::~JunitReporter() {} in ~JunitReporter()
13994 std::string JunitReporter::getDescription() { in getDescription()
13998 void JunitReporter::noMatchingTestCases( std::string const& /*spec*/ ) {} in noMatchingTestCases()
14000 void JunitReporter::testRunStarting( TestRunInfo const& runInfo ) { in testRunStarting()
14012 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting()
14020 void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { in testCaseStarting()
[all …]
/external/bcc/tests/cc/
Dcatch.hpp9270 class JunitReporter : public CumulativeReporterBase { class
9272 JunitReporter( ReporterConfig const& _config ) in JunitReporter() function in Catch::JunitReporter
9279 virtual ~JunitReporter() CATCH_OVERRIDE;
9468 INTERNAL_CATCH_REGISTER_REPORTER( "junit", JunitReporter )
10229 JunitReporter::~JunitReporter() {} in ~JunitReporter()