MCPcopy Create free account
hub / github.com/Profactor/cv-plot / XmlReporter

Method XmlReporter

CvPlot/ext/catch2/inc/catch.hpp:16887–16893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16885
16886namespace Catch {
16887 XmlReporter::XmlReporter( ReporterConfig const& _config )
16888 : StreamingReporterBase( _config ),
16889 m_xml(_config.stream())
16890 {
16891 m_reporterPrefs.shouldRedirectStdOut = true;
16892 m_reporterPrefs.shouldReportAllAssertions = true;
16893 }
16894
16895 XmlReporter::~XmlReporter() = default;
16896

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected