MCPcopy Create free account
hub / github.com/apache/trafficserver / StreamingReporterBase

Method StreamingReporterBase

lib/catch2/catch.hpp:5738–5745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5736 struct StreamingReporterBase : IStreamingReporter {
5737
5738 StreamingReporterBase( ReporterConfig const& _config )
5739 : m_config( _config.fullConfig() ),
5740 stream( _config.stream() )
5741 {
5742 m_reporterPrefs.shouldRedirectStdOut = false;
5743 if( !DerivedT::getSupportedVerbosities().count( m_config->verbosity() ) )
5744 CATCH_ERROR( "Verbosity level not supported by this reporter" );
5745 }
5746
5747 ReporterPreferences getPreferences() const override {
5748 return m_reporterPrefs;

Callers

nothing calls this directly

Calls 3

fullConfigMethod · 0.80
verbosityMethod · 0.80
countMethod · 0.45

Tested by

no test coverage detected