MCPcopy Create free account
hub / github.com/SOCI/soci / XmlReporter

Method XmlReporter

tests/catch.hpp:17250–17256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected