| 13746 | } // anonymous namespace |
| 13747 | |
| 13748 | JunitReporter::JunitReporter( ReporterConfig const& _config ) |
| 13749 | : CumulativeReporterBase( _config ), |
| 13750 | xml( _config.stream() ) |
| 13751 | { |
| 13752 | m_reporterPrefs.shouldRedirectStdOut = true; |
| 13753 | m_reporterPrefs.shouldReportAllAssertions = true; |
| 13754 | } |
| 13755 | |
| 13756 | JunitReporter::~JunitReporter() {} |
| 13757 |
nothing calls this directly
no outgoing calls
no test coverage detected