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