MCPcopy Create free account
hub / github.com/apache/qpid-proton / ReporterConfig

Method ReporterConfig

tests/include/catch.hpp:11073–11074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11071namespace Catch {
11072
11073 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig )
11074 : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {}
11075
11076 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream )
11077 : m_stream( &_stream ), m_fullConfig( _fullConfig ) {}

Callers

nothing calls this directly

Calls 1

streamMethod · 0.45

Tested by

no test coverage detected