Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5271 std::string const& getReporterName() const;
9895 std::string const& Config::getReporterName() const { return m_data.reporterName; } in getReporterName() function in Catch::Config
13075 return createReporter(config->getReporterName(), config); in makeReporter()
13089 multi.addReporter(createReporter(config->getReporterName(), config)); in makeReporter()