| 13804 | } |
| 13805 | |
| 13806 | void JunitReporter::testRunEndedCumulative() { |
| 13807 | xml.endElement(); |
| 13808 | } |
| 13809 | |
| 13810 | void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { |
| 13811 | XmlWriter::ScopedElement e = xml.scopedElement( "testsuite" ); |
nothing calls this directly
no outgoing calls
no test coverage detected