MCPcopy Create free account
hub / github.com/cirquit/trdrop / LegacyReporterAdapter

Method LegacyReporterAdapter

ext/catch.hpp:8235–8237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8233namespace Catch
8234{
8235 LegacyReporterAdapter::LegacyReporterAdapter( Ptr<IReporter> const& legacyReporter )
8236 : m_legacyReporter( legacyReporter )
8237 {}
8238 LegacyReporterAdapter::~LegacyReporterAdapter() {}
8239
8240 ReporterPreferences LegacyReporterAdapter::getPreferences() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected