Searched refs:ReporterFactory (Results 1 – 4 of 4) 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()
6006 class ReporterFactory : public IReporterFactory { class in Catch::ReporterRegistrar6020 getMutableRegistryHub().registerReporter( name, std::make_shared<ReporterFactory>() ); in ReporterRegistrar()
6042 class ReporterFactory : public IReporterFactory { class in Catch::ReporterRegistrar6056 getMutableRegistryHub().registerReporter( name, std::make_shared<ReporterFactory>() ); in ReporterRegistrar()