| 12117 | } // anonymous namespace |
| 12118 | |
| 12119 | JunitReporter::JunitReporter(ReporterConfig const &_config) : CumulativeReporterBase(_config), xml(_config.stream()) { |
| 12120 | m_reporterPrefs.shouldRedirectStdOut = true; |
| 12121 | } |
| 12122 | |
| 12123 | JunitReporter::~JunitReporter() { |
| 12124 | } |
nothing calls this directly
no outgoing calls
no test coverage detected