| 16830 | } // anonymous namespace |
| 16831 | |
| 16832 | JunitReporter::JunitReporter( ReporterConfig const& _config ) |
| 16833 | : CumulativeReporterBase( _config ), |
| 16834 | xml( _config.stream() ) |
| 16835 | { |
| 16836 | m_reporterPrefs.shouldRedirectStdOut = true; |
| 16837 | m_reporterPrefs.shouldReportAllAssertions = true; |
| 16838 | } |
| 16839 | |
| 16840 | JunitReporter::~JunitReporter() {} |
| 16841 |
nothing calls this directly
no outgoing calls
no test coverage detected