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