| 12131 | } |
| 12132 | |
| 12133 | void JunitReporter::testRunStarting(TestRunInfo const &runInfo) { |
| 12134 | CumulativeReporterBase::testRunStarting(runInfo); |
| 12135 | xml.startElement("testsuites"); |
| 12136 | } |
| 12137 | |
| 12138 | void JunitReporter::testGroupStarting(GroupInfo const &groupInfo) { |
| 12139 | suiteTimer.start(); |
no test coverage detected