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

Method StreamingReporterBase

ext/catch.hpp:9274–9279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9272 struct StreamingReporterBase : SharedImpl<IStreamingReporter> {
9273
9274 StreamingReporterBase( ReporterConfig const& _config )
9275 : m_config( _config.fullConfig() ),
9276 stream( _config.stream() )
9277 {
9278 m_reporterPrefs.shouldRedirectStdOut = false;
9279 }
9280
9281 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE {
9282 return m_reporterPrefs;

Callers

nothing calls this directly

Calls 1

fullConfigMethod · 0.80

Tested by

no test coverage detected