Searched refs:ReporterFactory (Results 1 – 3 of 3) sorted by relevance
19 class ReporterFactory : public IReporterFactory { class in Catch::ReporterRegistrar33 getMutableRegistryHub().registerReporter( name, std::make_shared<ReporterFactory>() ); in ReporterRegistrar()
8765 class ReporterFactory : public IReporterFactory { class in Catch::LegacyReporterRegistrar8778 getMutableRegistryHub().registerReporter( name, new ReporterFactory() ); in LegacyReporterRegistrar()8785 class ReporterFactory : public SharedImpl<IReporterFactory> { class in Catch::ReporterRegistrar8810 getMutableRegistryHub().registerReporter( name, new ReporterFactory() ); in ReporterRegistrar()
5400 class ReporterFactory : public IReporterFactory { class in Catch::ReporterRegistrar5414 getMutableRegistryHub().registerReporter( name, std::make_shared<ReporterFactory>() ); in ReporterRegistrar()