#include <catch.hpp>
Definition at line 4500 of file catch.hpp.
| virtual Catch::IConfig::~IConfig |
( |
| ) |
|
|
virtual |
| virtual int Catch::IConfig::abortAfter |
( |
| ) |
const |
|
pure virtual |
| virtual bool Catch::IConfig::allowThrows |
( |
| ) |
const |
|
pure virtual |
| virtual double Catch::IConfig::benchmarkConfidenceInterval |
( |
| ) |
const |
|
pure virtual |
| virtual bool Catch::IConfig::benchmarkNoAnalysis |
( |
| ) |
const |
|
pure virtual |
| virtual unsigned int Catch::IConfig::benchmarkResamples |
( |
| ) |
const |
|
pure virtual |
| virtual int Catch::IConfig::benchmarkSamples |
( |
| ) |
const |
|
pure virtual |
| virtual std::chrono::milliseconds Catch::IConfig::benchmarkWarmupTime |
( |
| ) |
const |
|
pure virtual |
| virtual std::vector<std::string> const& Catch::IConfig::getSectionsToRun |
( |
| ) |
const |
|
pure virtual |
| virtual std::vector<std::string> const& Catch::IConfig::getTestsOrTags |
( |
| ) |
const |
|
pure virtual |
| virtual bool Catch::IConfig::hasTestFilters |
( |
| ) |
const |
|
pure virtual |
| virtual bool Catch::IConfig::includeSuccessfulResults |
( |
| ) |
const |
|
pure virtual |
| virtual unsigned int Catch::IConfig::rngSeed |
( |
| ) |
const |
|
pure virtual |
| virtual bool Catch::IConfig::shouldDebugBreak |
( |
| ) |
const |
|
pure virtual |
| virtual bool Catch::IConfig::showInvisibles |
( |
| ) |
const |
|
pure virtual |
| virtual std::ostream& Catch::IConfig::stream |
( |
| ) |
const |
|
pure virtual |
| virtual TestSpec const& Catch::IConfig::testSpec |
( |
| ) |
const |
|
pure virtual |
| virtual Verbosity Catch::IConfig::verbosity |
( |
| ) |
const |
|
pure virtual |
| virtual bool Catch::IConfig::warnAboutMissingAssertions |
( |
| ) |
const |
|
pure virtual |
| virtual bool Catch::IConfig::warnAboutNoTests |
( |
| ) |
const |
|
pure virtual |
The documentation for this struct was generated from the following file: