Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2926 virtual IReporterRegistry const& getReporterRegistry() const = 0;
9715 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in makeCommandLineParser()
11193 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in listReporters()
12302 IReporterRegistry const& getReporterRegistry() const override { in getReporterRegistry() function in Catch::__anon6ccc17cb3711::RegistryHub
13067 … auto reporter = Catch::getRegistryHub().getReporterRegistry().create(reporterName, config); in createReporter()
13074 if (Catch::getRegistryHub().getReporterRegistry().getListeners().empty()) { in makeReporter()
13085 auto const& listeners = Catch::getRegistryHub().getReporterRegistry().getListeners(); in makeReporter()