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

Method writeAssertions

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

Source from the content-addressed store, hash-verified

16649 }
16650
16651 void JunitReporter::writeAssertions( SectionNode const& sectionNode ) {
16652 for( auto const& assertion : sectionNode.assertions )
16653 writeAssertion( assertion );
16654 }
16655
16656 void JunitReporter::writeAssertion( AssertionStats const& stats ) {
16657 AssertionResult const& result = stats.assertionResult;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected