| 12235 | } |
| 12236 | |
| 12237 | JunitReporter::~JunitReporter() {} |
| 12238 | |
| 12239 | std::string JunitReporter::getDescription() { |
| 12240 | return "Reports test results in an XML format that looks like Ant's junitreport target"; |
nothing calls this directly
no outgoing calls
no test coverage detected