| 16499 | } // anonymous namespace |
| 16500 | |
| 16501 | JunitReporter::JunitReporter( ReporterConfig const& _config ) |
| 16502 | : CumulativeReporterBase( _config ), |
| 16503 | xml( _config.stream() ) |
| 16504 | { |
| 16505 | m_reporterPrefs.shouldRedirectStdOut = true; |
| 16506 | m_reporterPrefs.shouldReportAllAssertions = true; |
| 16507 | } |
| 16508 | |
| 16509 | JunitReporter::~JunitReporter() {} |
| 16510 |
nothing calls this directly
no outgoing calls
no test coverage detected