Searched refs:JunitReporter (Results 1 – 4 of 4) sorted by relevance
60 JunitReporter::JunitReporter( ReporterConfig const& _config ) in JunitReporter() function in Catch::JunitReporter68 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 …]
17 class JunitReporter : public CumulativeReporterBase<JunitReporter> {19 JunitReporter(ReporterConfig const& _config);21 ~JunitReporter() override;
5656 class JunitReporter : public CumulativeReporterBase<JunitReporter> { class5658 JunitReporter(ReporterConfig const& _config);5660 ~JunitReporter() override;13984 JunitReporter::JunitReporter( ReporterConfig const& _config ) in JunitReporter() function in Catch::JunitReporter13992 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 …]
9270 class JunitReporter : public CumulativeReporterBase { class9272 JunitReporter( ReporterConfig const& _config ) in JunitReporter() function in Catch::JunitReporter9279 virtual ~JunitReporter() CATCH_OVERRIDE;9468 INTERNAL_CATCH_REGISTER_REPORTER( "junit", JunitReporter )10229 JunitReporter::~JunitReporter() {} in ~JunitReporter()