MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / XmlReporter

Method XmlReporter

tests/catch.hpp:14088–14094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14086
14087namespace Catch {
14088 XmlReporter::XmlReporter( ReporterConfig const& _config )
14089 : StreamingReporterBase( _config ),
14090 m_xml(_config.stream())
14091 {
14092 m_reporterPrefs.shouldRedirectStdOut = true;
14093 m_reporterPrefs.shouldReportAllAssertions = true;
14094 }
14095
14096 XmlReporter::~XmlReporter() = default;
14097

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected