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

Method writeAssertions

tests/catch.hpp:13889–13892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13887 }
13888
13889 void JunitReporter::writeAssertions( SectionNode const& sectionNode ) {
13890 for( auto const& assertion : sectionNode.assertions )
13891 writeAssertion( assertion );
13892 }
13893
13894 void JunitReporter::writeAssertion( AssertionStats const& stats ) {
13895 AssertionResult const& result = stats.assertionResult;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected