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

Method XmlReporter

tests/include/catch.hpp:17252–17258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17250
17251namespace Catch {
17252 XmlReporter::XmlReporter( ReporterConfig const& _config )
17253 : StreamingReporterBase( _config ),
17254 m_xml(_config.stream())
17255 {
17256 m_reporterPrefs.shouldRedirectStdOut = true;
17257 m_reporterPrefs.shouldReportAllAssertions = true;
17258 }
17259
17260 XmlReporter::~XmlReporter() = default;
17261

Callers

nothing calls this directly

Calls 1

streamMethod · 0.45

Tested by

no test coverage detected