| 8413 | LegacyReporterAdapter::~LegacyReporterAdapter() {} |
| 8414 | |
| 8415 | ReporterPreferences LegacyReporterAdapter::getPreferences() const { |
| 8416 | ReporterPreferences prefs; |
| 8417 | prefs.shouldRedirectStdOut = m_legacyReporter->shouldRedirectStdout(); |
| 8418 | return prefs; |
| 8419 | } |
| 8420 | |
| 8421 | void LegacyReporterAdapter::noMatchingTestCases( std::string const& ) {} |
| 8422 | void LegacyReporterAdapter::testRunStarting( TestRunInfo const& ) { |
no outgoing calls
no test coverage detected