Home
last modified time | relevance | path

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

/freebsd-14.2/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()
16517 void JunitReporter::testRunStarting( TestRunInfo const& runInfo ) { in testRunStarting()
16552 void JunitReporter::testRunEndedCumulative() { in testRunEndedCumulative()
16616 void JunitReporter::writeSection( std::string const& className, in writeSection()
16656 void JunitReporter::writeAssertion( AssertionStats const& stats ) { in writeAssertion()
[all …]