| 12278 | } |
| 12279 | |
| 12280 | void JunitReporter::testRunEndedCumulative() { |
| 12281 | xml.endElement(); |
| 12282 | } |
| 12283 | |
| 12284 | void JunitReporter::writeGroup( TestGroupNode const& groupNode, double suiteTime ) { |
| 12285 | XmlWriter::ScopedElement e = xml.scopedElement( "testsuite" ); |
nothing calls this directly
no outgoing calls
no test coverage detected