Home
last modified time | relevance | path

Searched refs:ReporterConfig (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp5416 struct ReporterConfig { struct
5670 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::ReporterConfig
10903 ReporterConfig::ReporterConfig( IConfigPtr const& _fullConfig, std::ostream& _stream ) in ReporterConfig() function in Catch::ReporterConfig
12379 return it->second->create( ReporterConfig( config ) ); in create()
16106 ConsoleReporter::ConsoleReporter(ReporterConfig const& config) in ConsoleReporter()
[all …]