Home
last modified time | relevance | path

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

/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp10294 class JunitReporter : public CumulativeReporterBase { class
10296 JunitReporter( ReporterConfig const& _config ) in JunitReporter() function in Catch::JunitReporter
10304 virtual ~JunitReporter() CATCH_OVERRIDE;
10497 INTERNAL_CATCH_REGISTER_REPORTER( "junit", JunitReporter )
11264 JunitReporter::~JunitReporter() {} in ~JunitReporter()