MCPcopy Create free account
hub / github.com/apache/qpid-proton / JunitReporter

Method JunitReporter

tests/include/catch.hpp:16859–16865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16857 } // anonymous namespace
16858
16859 JunitReporter::JunitReporter( ReporterConfig const& _config )
16860 : CumulativeReporterBase( _config ),
16861 xml( _config.stream() )
16862 {
16863 m_reporterPrefs.shouldRedirectStdOut = true;
16864 m_reporterPrefs.shouldReportAllAssertions = true;
16865 }
16866
16867 JunitReporter::~JunitReporter() {}
16868

Callers

nothing calls this directly

Calls 1

streamMethod · 0.45

Tested by

no test coverage detected