Searched refs:getReporterNames (Results 1 – 1 of 1) sorted by relevance
3565 std::vector<std::string> getReporterNames() const { return m_data.reporterNames; } in getReporterNames() function in Catch::Config6211 std::vector<std::string> reporters = config->getReporterNames(); in makeReporter()