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