#include <catch.hpp>
Definition at line 4512 of file catch.hpp.
◆ ~IConfig()
virtual Catch::IConfig::~IConfig |
( |
| ) |
|
|
virtual |
◆ 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 int Catch::IConfig::benchmarkSamples |
( |
| ) |
const |
|
pure virtual |
◆ benchmarkWarmupTime()
virtual std::chrono::milliseconds Catch::IConfig::benchmarkWarmupTime |
( |
| ) |
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 std::string Catch::IConfig::name |
( |
| ) |
const |
|
pure virtual |
◆ rngSeed()
virtual unsigned int Catch::IConfig::rngSeed |
( |
| ) |
const |
|
pure virtual |
◆ runOrder()
◆ shouldDebugBreak()
virtual bool Catch::IConfig::shouldDebugBreak |
( |
| ) |
const |
|
pure virtual |
◆ showDurations()
◆ showInvisibles()
virtual bool Catch::IConfig::showInvisibles |
( |
| ) |
const |
|
pure virtual |
◆ stream()
virtual std::ostream& Catch::IConfig::stream |
( |
| ) |
const |
|
pure virtual |
◆ testSpec()
virtual TestSpec const& Catch::IConfig::testSpec |
( |
| ) |
const |
|
pure virtual |
◆ useColour()
◆ verbosity()
virtual Verbosity Catch::IConfig::verbosity |
( |
| ) |
const |
|
pure virtual |
◆ warnAboutMissingAssertions()
virtual bool Catch::IConfig::warnAboutMissingAssertions |
( |
| ) |
const |
|
pure virtual |
◆ warnAboutNoTests()
virtual bool Catch::IConfig::warnAboutNoTests |
( |
| ) |
const |
|
pure virtual |
The documentation for this struct was generated from the following file: