MCPcopy Create free account
hub / github.com/RenderKit/oidn / XmlReporter

Method XmlReporter

external/catch.hpp:17219–17225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17217
17218namespace Catch {
17219 XmlReporter::XmlReporter( ReporterConfig const& _config )
17220 : StreamingReporterBase( _config ),
17221 m_xml(_config.stream())
17222 {
17223 m_reporterPrefs.shouldRedirectStdOut = true;
17224 m_reporterPrefs.shouldReportAllAssertions = true;
17225 }
17226
17227 XmlReporter::~XmlReporter() = default;
17228

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected