Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/tools/catch/
Dcatch.hpp5070 struct ReporterConfig { struct
5071 explicit ReporterConfig( Ptr<IConfig const> const& _fullConfig ) in ReporterConfig() function
5074 ReporterConfig( Ptr<IConfig const> const& _fullConfig, std::ostream& _stream ) in ReporterConfig() function
5299 virtual IStreamingReporter* create( ReporterConfig const& config ) const = 0;
6271 reporters = addReporter(reporters, (*it)->create( ReporterConfig( config ) ) ); in addListeners()
6655 return it->second->create( ReporterConfig( config ) ); in create()
8595 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase()
8700 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase()
8809 TestEventListenerBase( ReporterConfig const& _config ) in TestEventListenerBase()
8830 virtual IStreamingReporter* create( ReporterConfig const& config ) const { in create()
[all …]