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;
46 bool benchmarkNoAnalysis = false;
47 unsigned int benchmarkSamples = 100;
48 double benchmarkConfidenceInterval = 0.95;
49 unsigned int benchmarkResamples = 100000;
50 std::chrono::milliseconds::rep benchmarkWarmupTime = 100;
52 Verbosity verbosity = Verbosity::Normal;
53 WarnAbout::What warnings = WarnAbout::Nothing;
54 ShowDurations::OrNot showDurations = ShowDurations::DefaultForReporter;
55 RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder;
56 UseColour::YesOrNo useColour = UseColour::Auto;
57 WaitForKeypress::When waitForKeypress = WaitForKeypress::Never;
59 std::string outputFilename;
60 std::string name;
61 std::string processName;
65 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER;
68 std::vector<std::string> testsOrTags;
69 std::vector<std::string> sectionsToRun;