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

Method JunitReporter

external/catch.hpp:16832–16838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16830 } // anonymous namespace
16831
16832 JunitReporter::JunitReporter( ReporterConfig const& _config )
16833 : CumulativeReporterBase( _config ),
16834 xml( _config.stream() )
16835 {
16836 m_reporterPrefs.shouldRedirectStdOut = true;
16837 m_reporterPrefs.shouldReportAllAssertions = true;
16838 }
16839
16840 JunitReporter::~JunitReporter() {}
16841

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected