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

Method JunitReporter

tests/catch.hpp:13748–13754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13746 } // anonymous namespace
13747
13748 JunitReporter::JunitReporter( ReporterConfig const& _config )
13749 : CumulativeReporterBase( _config ),
13750 xml( _config.stream() )
13751 {
13752 m_reporterPrefs.shouldRedirectStdOut = true;
13753 m_reporterPrefs.shouldReportAllAssertions = true;
13754 }
13755
13756 JunitReporter::~JunitReporter() {}
13757

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected