|
Wire Sysio Wire Sysion 1.0.0
|
#include <catch_reporter_registry.h>


Public Member Functions | |
| ~ReporterRegistry () override | |
| IStreamingReporterPtr | create (std::string const &name, IConfigPtr const &config) const override |
| void | registerReporter (std::string const &name, IReporterFactoryPtr const &factory) |
| void | registerListener (IReporterFactoryPtr const &factory) |
| FactoryMap const & | getFactories () const override |
| Listeners const & | getListeners () const override |
Public Member Functions inherited from Catch::IReporterRegistry | |
| virtual | ~IReporterRegistry () |
Additional Inherited Members | |
Public Types inherited from Catch::IReporterRegistry | |
| using | FactoryMap = std::map<std::string, IReporterFactoryPtr> |
| using | Listeners = std::vector<IReporterFactoryPtr> |
Definition at line 17 of file catch_reporter_registry.h.
|
overridedefault |
|
overridevirtual |
Implements Catch::IReporterRegistry.
Definition at line 13 of file catch_reporter_registry.cpp.
|
overridevirtual |
Implements Catch::IReporterRegistry.
Definition at line 27 of file catch_reporter_registry.cpp.
|
overridevirtual |
Implements Catch::IReporterRegistry.
Definition at line 30 of file catch_reporter_registry.cpp.
| void Catch::ReporterRegistry::registerListener | ( | IReporterFactoryPtr const & | factory | ) |
Definition at line 23 of file catch_reporter_registry.cpp.
| void Catch::ReporterRegistry::registerReporter | ( | std::string const & | name, |
| IReporterFactoryPtr const & | factory ) |
Definition at line 20 of file catch_reporter_registry.cpp.