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

Method JunitReporter

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

Source from the content-addressed store, hash-verified

16499 } // anonymous namespace
16500
16501 JunitReporter::JunitReporter( ReporterConfig const& _config )
16502 : CumulativeReporterBase( _config ),
16503 xml( _config.stream() )
16504 {
16505 m_reporterPrefs.shouldRedirectStdOut = true;
16506 m_reporterPrefs.shouldReportAllAssertions = true;
16507 }
16508
16509 JunitReporter::~JunitReporter() {}
16510

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected