Wire Sysio Wire Sysion 1.0.0
|
#include <catch_interfaces_reporter.h>
Public Types | |
using | FactoryMap = std::map<std::string, IReporterFactoryPtr> |
using | Listeners = std::vector<IReporterFactoryPtr> |
Public Member Functions | |
virtual | ~IReporterRegistry () |
virtual IStreamingReporterPtr | create (std::string const &name, IConfigPtr const &config) const =0 |
virtual FactoryMap const & | getFactories () const =0 |
virtual Listeners const & | getListeners () const =0 |
Definition at line 220 of file catch_interfaces_reporter.h.
using Catch::IReporterRegistry::FactoryMap = std::map<std::string, IReporterFactoryPtr> |
Definition at line 221 of file catch_interfaces_reporter.h.
using Catch::IReporterRegistry::Listeners = std::vector<IReporterFactoryPtr> |
Definition at line 222 of file catch_interfaces_reporter.h.
|
virtualdefault |
|
pure virtual |
Implemented in Catch::ReporterRegistry.
|
pure virtual |
|
pure virtual |
Implemented in Catch::ReporterRegistry.