MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / JunitReporter

Method JunitReporter

unittests/catch.hpp:12230–12235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12228 } // anonymous namespace
12229
12230 JunitReporter::JunitReporter( ReporterConfig const& _config )
12231 : CumulativeReporterBase( _config ),
12232 xml( _config.stream() )
12233 {
12234 m_reporterPrefs.shouldRedirectStdOut = true;
12235 }
12236
12237 JunitReporter::~JunitReporter() {}
12238

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected