MCPcopy Create free account
hub / github.com/cirquit/trdrop / JunitReporter

Method JunitReporter

ext/catch.hpp:10094–10099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10092 class JunitReporter : public CumulativeReporterBase {
10093 public:
10094 JunitReporter( ReporterConfig const& _config )
10095 : CumulativeReporterBase( _config ),
10096 xml( _config.stream() )
10097 {
10098 m_reporterPrefs.shouldRedirectStdOut = true;
10099 }
10100
10101 virtual ~JunitReporter() CATCH_OVERRIDE;
10102

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected