Lines Matching defs:ConfigData
5274 struct ConfigData { struct
5275 bool listTests = false;
5276 bool listTags = false;
5277 bool listReporters = false;
5278 bool listTestNamesOnly = false;
5280 bool showSuccessfulTests = false;
5281 bool shouldDebugBreak = false;
5282 bool noThrow = false;
5283 bool showHelp = false;
5284 bool showInvisibles = false;
5285 bool filenamesAsTags = false;
5286 bool libIdentify = false;
5288 int abortAfter = -1;
5289 unsigned int rngSeed = 0;
5291 bool benchmarkNoAnalysis = false;
5292 unsigned int benchmarkSamples = 100;
5293 double benchmarkConfidenceInterval = 0.95;
5294 unsigned int benchmarkResamples = 100000;
5295 std::chrono::milliseconds::rep benchmarkWarmupTime = 100;
5297 Verbosity verbosity = Verbosity::Normal;
5298 WarnAbout::What warnings = WarnAbout::Nothing;
5299 ShowDurations::OrNot showDurations = ShowDurations::DefaultForReporter;
5300 double minDuration = -1;
5301 RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder;
5302 UseColour::YesOrNo useColour = UseColour::Auto;
5303 WaitForKeypress::When waitForKeypress = WaitForKeypress::Never;
5305 std::string outputFilename;
5306 std::string name;
5307 std::string processName;
5311 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER;
5314 std::vector<std::string> testsOrTags;
5315 std::vector<std::string> sectionsToRun;