MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / writeAssertions

Method writeAssertions

unittests/catch.hpp:12363–12366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12361 }
12362
12363 void JunitReporter::writeAssertions( SectionNode const& sectionNode ) {
12364 for( auto const& assertion : sectionNode.assertions )
12365 writeAssertion( assertion );
12366 }
12367
12368 void JunitReporter::writeAssertion( AssertionStats const& stats ) {
12369 AssertionResult const& result = stats.assertionResult;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected