Allow only 1 reporter at a time
This commit is contained in:
parent
d2d8455b57
commit
414dcae34a
10 changed files with 67 additions and 121 deletions
|
@ -37,8 +37,8 @@ namespace Catch {
|
|||
bool Config::listReporters() const { return m_data.listReporters; }
|
||||
|
||||
std::string Config::getProcessName() const { return m_data.processName; }
|
||||
std::string const& Config::getReporterName() const { return m_data.reporterName; }
|
||||
|
||||
std::vector<std::string> const& Config::getReporterNames() const { return m_data.reporterNames; }
|
||||
std::vector<std::string> const& Config::getTestsOrTags() const { return m_data.testsOrTags; }
|
||||
std::vector<std::string> const& Config::getSectionsToRun() const { return m_data.sectionsToRun; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue