Searched refs:JunitReporter (Results 1 – 1 of 1) sorted by relevance
10294 class JunitReporter : public CumulativeReporterBase { class10296 JunitReporter( ReporterConfig const& _config ) in JunitReporter() function in Catch::JunitReporter10304 virtual ~JunitReporter() CATCH_OVERRIDE;10497 INTERNAL_CATCH_REGISTER_REPORTER( "junit", JunitReporter )11264 JunitReporter::~JunitReporter() {} in ~JunitReporter()