#include <catch_config.hpp>
Definition at line 68 of file catch_config.hpp.
◆ Config() [1/2]
Catch::Config::Config |
( |
| ) |
|
|
default |
◆ Config() [2/2]
Definition at line 14 of file catch_config.cpp.
15 : m_data( data ),
16 m_stream( openStream() )
17 {
19 if (!data.testsOrTags.empty()) {
20 m_hasTestFilters = true;
21 for( auto const& testOrTags : data.testsOrTags )
22 parser.parse( testOrTags );
23 }
24 m_testSpec = parser.testSpec();
25 }
static ITagAliasRegistry const & get()
◆ ~Config()
virtual Catch::Config::~Config |
( |
| ) |
|
|
virtualdefault |
◆ abortAfter()
int Catch::Config::abortAfter |
( |
| ) |
const |
|
overridevirtual |
◆ allowThrows()
bool Catch::Config::allowThrows |
( |
| ) |
const |
|
overridevirtual |
◆ benchmarkResolutionMultiple()
int Catch::Config::benchmarkResolutionMultiple |
( |
| ) |
const |
|
overridevirtual |
◆ getFilename()
std::string const & Catch::Config::getFilename |
( |
| ) |
const |
◆ getProcessName()
std::string Catch::Config::getProcessName |
( |
| ) |
const |
◆ getReporterName()
std::string const & Catch::Config::getReporterName |
( |
| ) |
const |
◆ getSectionsToRun()
std::vector< std::string > const & Catch::Config::getSectionsToRun |
( |
| ) |
const |
|
overridevirtual |
◆ getTestsOrTags()
std::vector< std::string > const & Catch::Config::getTestsOrTags |
( |
| ) |
const |
|
overridevirtual |
◆ hasTestFilters()
bool Catch::Config::hasTestFilters |
( |
| ) |
const |
|
overridevirtual |
◆ includeSuccessfulResults()
bool Catch::Config::includeSuccessfulResults |
( |
| ) |
const |
|
overridevirtual |
◆ listReporters()
bool Catch::Config::listReporters |
( |
| ) |
const |
◆ listTags()
bool Catch::Config::listTags |
( |
| ) |
const |
◆ listTestNamesOnly()
bool Catch::Config::listTestNamesOnly |
( |
| ) |
const |
◆ listTests()
bool Catch::Config::listTests |
( |
| ) |
const |
◆ name()
std::string Catch::Config::name |
( |
| ) |
const |
|
overridevirtual |
◆ rngSeed()
unsigned int Catch::Config::rngSeed |
( |
| ) |
const |
|
overridevirtual |
◆ runOrder()
◆ shouldDebugBreak()
bool Catch::Config::shouldDebugBreak |
( |
| ) |
const |
|
overridevirtual |
◆ showDurations()
◆ showHelp()
bool Catch::Config::showHelp |
( |
| ) |
const |
◆ showInvisibles()
bool Catch::Config::showInvisibles |
( |
| ) |
const |
|
overridevirtual |
◆ stream()
std::ostream & Catch::Config::stream |
( |
| ) |
const |
|
overridevirtual |
◆ testSpec()
TestSpec const & Catch::Config::testSpec |
( |
| ) |
const |
|
overridevirtual |
◆ useColour()
◆ verbosity()
◆ warnAboutMissingAssertions()
bool Catch::Config::warnAboutMissingAssertions |
( |
| ) |
const |
|
overridevirtual |
◆ warnAboutNoTests()
bool Catch::Config::warnAboutNoTests |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: