| 8233 | namespace Catch |
| 8234 | { |
| 8235 | LegacyReporterAdapter::LegacyReporterAdapter( Ptr<IReporter> const& legacyReporter ) |
| 8236 | : m_legacyReporter( legacyReporter ) |
| 8237 | {} |
| 8238 | LegacyReporterAdapter::~LegacyReporterAdapter() {} |
| 8239 | |
| 8240 | ReporterPreferences LegacyReporterAdapter::getPreferences() const { |
nothing calls this directly
no outgoing calls
no test coverage detected