| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected