Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_session.cpp43 return createReporter(config->getReporterName(), config); in makeReporter()
57 multi.addReporter(createReporter(config->getReporterName(), config)); in makeReporter()
Dcatch_config.hpp83 std::string const& getReporterName() const;
Dcatch_config.cpp40 std::string const& Config::getReporterName() const { return m_data.reporterName; } in getReporterName() function in Catch::Config
/external/catch2/single_include/catch2/
Dcatch.hpp4709 std::string const& getReporterName() const;
8045 std::string const& Config::getReporterName() const { return m_data.reporterName; } in getReporterName() function in Catch::Config
10871 return createReporter(config->getReporterName(), config); in makeReporter()
10885 multi.addReporter(createReporter(config->getReporterName(), config)); in makeReporter()