MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / ReporterConfig

Method ReporterConfig

Bcore/src/main/cpp/Dobby/tests/catch.hpp:7362–7364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7360namespace Catch {
7361
7362ReporterConfig::ReporterConfig(IConfigPtr const &_fullConfig)
7363 : m_stream(&_fullConfig->stream()), m_fullConfig(_fullConfig) {
7364}
7365
7366ReporterConfig::ReporterConfig(IConfigPtr const &_fullConfig, std::ostream &_stream)
7367 : m_stream(&_stream), m_fullConfig(_fullConfig) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected