| 16857 | } // anonymous namespace |
| 16858 | |
| 16859 | JunitReporter::JunitReporter( ReporterConfig const& _config ) |
| 16860 | : CumulativeReporterBase( _config ), |
| 16861 | xml( _config.stream() ) |
| 16862 | { |
| 16863 | m_reporterPrefs.shouldRedirectStdOut = true; |
| 16864 | m_reporterPrefs.shouldReportAllAssertions = true; |
| 16865 | } |
| 16866 | |
| 16867 | JunitReporter::~JunitReporter() {} |
| 16868 |