|
Wire Sysio Wire Sysion 1.0.0
|
#include <catch_config.hpp>

Public Attributes | |
| bool | listTests = false |
| bool | listTags = false |
| bool | listReporters = false |
| bool | listTestNamesOnly = false |
| bool | showSuccessfulTests = false |
| bool | shouldDebugBreak = false |
| bool | noThrow = false |
| bool | showHelp = false |
| bool | showInvisibles = false |
| bool | filenamesAsTags = false |
| bool | libIdentify = false |
| int | abortAfter = -1 |
| unsigned int | rngSeed = 0 |
| int | benchmarkResolutionMultiple = 100 |
| Verbosity | verbosity = Verbosity::Normal |
| WarnAbout::What | warnings = WarnAbout::Nothing |
| ShowDurations::OrNot | showDurations = ShowDurations::DefaultForReporter |
| RunTests::InWhatOrder | runOrder = RunTests::InDeclarationOrder |
| UseColour::YesOrNo | useColour = UseColour::Auto |
| WaitForKeypress::When | waitForKeypress = WaitForKeypress::Never |
| std::string | outputFilename |
| std::string | name |
| std::string | processName |
| std::string | reporterName = CATCH_CONFIG_DEFAULT_REPORTER |
| std::vector< std::string > | testsOrTags |
| std::vector< std::string > | sectionsToRun |
Definition at line 29 of file catch_config.hpp.
| int Catch::ConfigData::abortAfter = -1 |
Definition at line 43 of file catch_config.hpp.
| int Catch::ConfigData::benchmarkResolutionMultiple = 100 |
Definition at line 45 of file catch_config.hpp.
| bool Catch::ConfigData::filenamesAsTags = false |
Definition at line 40 of file catch_config.hpp.
| bool Catch::ConfigData::libIdentify = false |
Definition at line 41 of file catch_config.hpp.
| bool Catch::ConfigData::listReporters = false |
Definition at line 32 of file catch_config.hpp.
| bool Catch::ConfigData::listTags = false |
Definition at line 31 of file catch_config.hpp.
| bool Catch::ConfigData::listTestNamesOnly = false |
Definition at line 33 of file catch_config.hpp.
| bool Catch::ConfigData::listTests = false |
Definition at line 30 of file catch_config.hpp.
| std::string Catch::ConfigData::name |
Definition at line 55 of file catch_config.hpp.
| bool Catch::ConfigData::noThrow = false |
Definition at line 37 of file catch_config.hpp.
| std::string Catch::ConfigData::outputFilename |
Definition at line 54 of file catch_config.hpp.
| std::string Catch::ConfigData::processName |
Definition at line 56 of file catch_config.hpp.
| std::string Catch::ConfigData::reporterName = CATCH_CONFIG_DEFAULT_REPORTER |
Definition at line 60 of file catch_config.hpp.
| unsigned int Catch::ConfigData::rngSeed = 0 |
Definition at line 44 of file catch_config.hpp.
| RunTests::InWhatOrder Catch::ConfigData::runOrder = RunTests::InDeclarationOrder |
Definition at line 50 of file catch_config.hpp.
| std::vector<std::string> Catch::ConfigData::sectionsToRun |
Definition at line 64 of file catch_config.hpp.
| bool Catch::ConfigData::shouldDebugBreak = false |
Definition at line 36 of file catch_config.hpp.
| ShowDurations::OrNot Catch::ConfigData::showDurations = ShowDurations::DefaultForReporter |
Definition at line 49 of file catch_config.hpp.
| bool Catch::ConfigData::showHelp = false |
Definition at line 38 of file catch_config.hpp.
| bool Catch::ConfigData::showInvisibles = false |
Definition at line 39 of file catch_config.hpp.
| bool Catch::ConfigData::showSuccessfulTests = false |
Definition at line 35 of file catch_config.hpp.
| std::vector<std::string> Catch::ConfigData::testsOrTags |
Definition at line 63 of file catch_config.hpp.
| UseColour::YesOrNo Catch::ConfigData::useColour = UseColour::Auto |
Definition at line 51 of file catch_config.hpp.
| Verbosity Catch::ConfigData::verbosity = Verbosity::Normal |
Definition at line 47 of file catch_config.hpp.
| WaitForKeypress::When Catch::ConfigData::waitForKeypress = WaitForKeypress::Never |
Definition at line 52 of file catch_config.hpp.
| WarnAbout::What Catch::ConfigData::warnings = WarnAbout::Nothing |
Definition at line 48 of file catch_config.hpp.