MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / listReporters

Method listReporters

extlibs/catch/include/catch/catch.hpp:9644–9644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9642 bool Config::listTestNamesOnly() const { return m_data.listTestNamesOnly; }
9643 bool Config::listTags() const { return m_data.listTags; }
9644 bool Config::listReporters() const { return m_data.listReporters; }
9645
9646 std::string Config::getProcessName() const { return m_data.processName; }
9647 std::string const& Config::getReporterName() const { return m_data.reporterName; }

Callers 1

listFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected