Lines Matching refs:ReporterConfig
5470 struct ReporterConfig { struct
5471 explicit ReporterConfig( IConfigPtr const& _fullConfig );
5473 ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream );
5687 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0;
5727 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase()
5844 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase()
5964 TestEventListenerBase( ReporterConfig const& _config );
6044 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
6065 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
6147 ConsoleReporter(ReporterConfig const& config);
6318 JunitReporter(ReporterConfig const& _config);
6366 XmlReporter(ReporterConfig const& _config);
11010 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig ) in ReporterConfig() function in Catch::ReporterConfig
11013 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ) in ReporterConfig() function in Catch::ReporterConfig
11016 std::ostream& ReporterConfig::stream() const { return *m_stream; } in stream()
11017 IConfigPtr ReporterConfig::fullConfig() const { return m_fullConfig; } in fullConfig()
12477 return it->second->create( ReporterConfig( config ) ); in create()
13260 multi.addListener(listener->create(Catch::ReporterConfig(config))); in makeReporter()
15756 TestEventListenerBase::TestEventListenerBase(ReporterConfig const & _config) in TestEventListenerBase()
16383 ConsoleReporter::ConsoleReporter(ReporterConfig const& config) in ConsoleReporter()
16781 JunitReporter::JunitReporter( ReporterConfig const& _config ) in JunitReporter()
17168 XmlReporter::XmlReporter( ReporterConfig const& _config ) in XmlReporter()