Searched refs:ReporterConfig (Results 1 – 1 of 1) sorted by relevance
5416 struct ReporterConfig { struct5670 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase()5787 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase()6092 ConsoleReporter(ReporterConfig const& config);6263 JunitReporter(ReporterConfig const& _config);6311 XmlReporter(ReporterConfig const& _config);10900 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig ) in ReporterConfig() function in Catch::ReporterConfig10903 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ) in ReporterConfig() function in Catch::ReporterConfig12379 return it->second->create( ReporterConfig( config ) ); in create()16106 ConsoleReporter::ConsoleReporter(ReporterConfig const& config) in ConsoleReporter()[all …]