Home
last modified time | relevance | path

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

/src/contrib/bsnmp/tests/
H A Dcatch.hpp2936 … virtual void registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) = 0;
5999 getMutableRegistryHub().registerReporter( name, std::make_shared<ReporterFactory>() ); in ReporterRegistrar()
12191 void registerReporter( std::string const& name, IReporterFactoryPtr const& factory );
12319 … void registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) override { in registerReporter() function in Catch::__anondb2f1b403711::RegistryHub
12320 m_reporterRegistry.registerReporter( name, factory ); in registerReporter()
12382 …void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& facto… in registerReporter() function in Catch::ReporterRegistry