Lines Matching defs:ConfigData
5214 struct ConfigData { struct
5215 bool listTests = false;
5216 bool listTags = false;
5217 bool listReporters = false;
5218 bool listTestNamesOnly = false;
5220 bool showSuccessfulTests = false;
5221 bool shouldDebugBreak = false;
5222 bool noThrow = false;
5223 bool showHelp = false;
5224 bool showInvisibles = false;
5225 bool filenamesAsTags = false;
5226 bool libIdentify = false;
5228 int abortAfter = -1;
5229 unsigned int rngSeed = 0;
5231 bool benchmarkNoAnalysis = false;
5232 unsigned int benchmarkSamples = 100;
5233 double benchmarkConfidenceInterval = 0.95;
5234 unsigned int benchmarkResamples = 100000;
5236 Verbosity verbosity = Verbosity::Normal;
5237 WarnAbout::What warnings = WarnAbout::Nothing;
5238 ShowDurations::OrNot showDurations = ShowDurations::DefaultForReporter;
5239 RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder;
5240 UseColour::YesOrNo useColour = UseColour::Auto;
5241 WaitForKeypress::When waitForKeypress = WaitForKeypress::Never;
5243 std::string outputFilename;
5244 std::string name;
5245 std::string processName;
5249 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER;
5252 std::vector<std::string> testsOrTags;
5253 std::vector<std::string> sectionsToRun;