Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6261 class JunitReporter : public CumulativeReporterBase<JunitReporter> { class
6263 JunitReporter(ReporterConfig const& _config);
6265 ~JunitReporter() override;
16501 JunitReporter::JunitReporter( ReporterConfig const& _config ) in JunitReporter() function in Catch::JunitReporter
16509 JunitReporter::~JunitReporter() {} in ~JunitReporter()
16511 std::string JunitReporter::getDescription() { in getDescription()
16515 void JunitReporter::noMatchingTestCases( std::string const& /*spec*/ ) {} in noMatchingTestCases()
16517 void JunitReporter::testRunStarting( TestRunInfo const& runInfo ) { in testRunStarting()
16522 void JunitReporter::testGroupStarting( GroupInfo const& groupInfo ) { in testGroupStarting()
16530 void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { in testCaseStarting()
[all …]