|
Horizon
|
Public Member Functions | |
| IEventListenerPtr | create (std::string const &name, ReporterConfig &&config) const override |
| void | registerReporter (std::string const &name, IReporterFactoryPtr factory) |
| void | registerListener (Detail::unique_ptr< EventListenerFactory > factory) |
| FactoryMap const & | getFactories () const override |
| Listeners const & | getListeners () const override |
| virtual IEventListenerPtr | create (std::string const &name, ReporterConfig &&config) const =0 |
| virtual FactoryMap const & | getFactories () const =0 |
| virtual Listeners const & | getListeners () const =0 |
Additional Inherited Members | |
Public Types inherited from Catch::IReporterRegistry | |
| using | FactoryMap = std::map< std::string, IReporterFactoryPtr, Detail::CaseInsensitiveLess > |
| using | Listeners = std::vector< Detail::unique_ptr< EventListenerFactory > > |
|
overridevirtual |
Implements Catch::IReporterRegistry.
|
overridevirtual |
Implements Catch::IReporterRegistry.
|
overridevirtual |
Implements Catch::IReporterRegistry.