| 12228 | } // anonymous namespace |
| 12229 | |
| 12230 | JunitReporter::JunitReporter( ReporterConfig const& _config ) |
| 12231 | : CumulativeReporterBase( _config ), |
| 12232 | xml( _config.stream() ) |
| 12233 | { |
| 12234 | m_reporterPrefs.shouldRedirectStdOut = true; |
| 12235 | } |
| 12236 | |
| 12237 | JunitReporter::~JunitReporter() {} |
| 12238 |
nothing calls this directly
no outgoing calls
no test coverage detected