MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / JunitReporter

Method JunitReporter

Bcore/src/main/cpp/Dobby/tests/catch.hpp:12119–12121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12117} // anonymous namespace
12118
12119JunitReporter::JunitReporter(ReporterConfig const &_config) : CumulativeReporterBase(_config), xml(_config.stream()) {
12120 m_reporterPrefs.shouldRedirectStdOut = true;
12121}
12122
12123JunitReporter::~JunitReporter() {
12124}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected