#include <catch_amalgamated.hpp>
◆ ~IConfig()
Catch::IConfig::~IConfig |
( |
| ) |
|
|
virtualdefault |
◆ abortAfter()
virtual int Catch::IConfig::abortAfter |
( |
| ) |
const |
|
pure virtual |
◆ allowThrows()
virtual bool Catch::IConfig::allowThrows |
( |
| ) |
const |
|
pure virtual |
◆ benchmarkConfidenceInterval()
virtual double Catch::IConfig::benchmarkConfidenceInterval |
( |
| ) |
const |
|
pure virtual |
◆ benchmarkNoAnalysis()
virtual bool Catch::IConfig::benchmarkNoAnalysis |
( |
| ) |
const |
|
pure virtual |
◆ benchmarkResamples()
virtual unsigned int Catch::IConfig::benchmarkResamples |
( |
| ) |
const |
|
pure virtual |
◆ benchmarkSamples()
virtual unsigned int Catch::IConfig::benchmarkSamples |
( |
| ) |
const |
|
pure virtual |
◆ benchmarkWarmupTime()
virtual std::chrono::milliseconds Catch::IConfig::benchmarkWarmupTime |
( |
| ) |
const |
|
pure virtual |
◆ defaultColourMode()
virtual ColourMode Catch::IConfig::defaultColourMode |
( |
| ) |
const |
|
pure virtual |
◆ getSectionsToRun()
virtual std::vector< std::string > const & Catch::IConfig::getSectionsToRun |
( |
| ) |
const |
|
pure virtual |
◆ getTestsOrTags()
virtual std::vector< std::string > const & Catch::IConfig::getTestsOrTags |
( |
| ) |
const |
|
pure virtual |
◆ hasTestFilters()
virtual bool Catch::IConfig::hasTestFilters |
( |
| ) |
const |
|
pure virtual |
◆ includeSuccessfulResults()
virtual bool Catch::IConfig::includeSuccessfulResults |
( |
| ) |
const |
|
pure virtual |
◆ minDuration()
virtual double Catch::IConfig::minDuration |
( |
| ) |
const |
|
pure virtual |
◆ name()
virtual StringRef Catch::IConfig::name |
( |
| ) |
const |
|
pure virtual |
◆ rngSeed()
virtual uint32_t Catch::IConfig::rngSeed |
( |
| ) |
const |
|
pure virtual |
◆ runOrder()
◆ shardCount()
virtual unsigned int Catch::IConfig::shardCount |
( |
| ) |
const |
|
pure virtual |
◆ shardIndex()
virtual unsigned int Catch::IConfig::shardIndex |
( |
| ) |
const |
|
pure virtual |
◆ shouldDebugBreak()
virtual bool Catch::IConfig::shouldDebugBreak |
( |
| ) |
const |
|
pure virtual |
◆ showDurations()
◆ showInvisibles()
virtual bool Catch::IConfig::showInvisibles |
( |
| ) |
const |
|
pure virtual |
◆ skipBenchmarks()
virtual bool Catch::IConfig::skipBenchmarks |
( |
| ) |
const |
|
pure virtual |
◆ testSpec()
virtual TestSpec const & Catch::IConfig::testSpec |
( |
| ) |
const |
|
pure virtual |
◆ verbosity()
virtual Verbosity Catch::IConfig::verbosity |
( |
| ) |
const |
|
pure virtual |
◆ warnAboutMissingAssertions()
virtual bool Catch::IConfig::warnAboutMissingAssertions |
( |
| ) |
const |
|
pure virtual |
◆ warnAboutUnmatchedTestSpecs()
virtual bool Catch::IConfig::warnAboutUnmatchedTestSpecs |
( |
| ) |
const |
|
pure virtual |
◆ zeroTestsCountAsSuccess()
virtual bool Catch::IConfig::zeroTestsCountAsSuccess |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files: