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

Method XmlReporter

unittests/catch.hpp:12523–12528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12521
12522namespace Catch {
12523 XmlReporter::XmlReporter( ReporterConfig const& _config )
12524 : StreamingReporterBase( _config ),
12525 m_xml(_config.stream())
12526 {
12527 m_reporterPrefs.shouldRedirectStdOut = true;
12528 }
12529
12530 XmlReporter::~XmlReporter() = default;
12531

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected