Lines Matching defs:ConfigData
5264 struct ConfigData { struct
5265 bool listTests = false;
5266 bool listTags = false;
5267 bool listReporters = false;
5268 bool listTestNamesOnly = false;
5270 bool showSuccessfulTests = false;
5271 bool shouldDebugBreak = false;
5272 bool noThrow = false;
5273 bool showHelp = false;
5274 bool showInvisibles = false;
5275 bool filenamesAsTags = false;
5276 bool libIdentify = false;
5278 int abortAfter = -1;
5279 unsigned int rngSeed = 0;
5281 bool benchmarkNoAnalysis = false;
5282 unsigned int benchmarkSamples = 100;
5283 double benchmarkConfidenceInterval = 0.95;
5284 unsigned int benchmarkResamples = 100000;
5285 std::chrono::milliseconds::rep benchmarkWarmupTime = 100;
5287 Verbosity verbosity = Verbosity::Normal;
5288 WarnAbout::What warnings = WarnAbout::Nothing;
5289 ShowDurations::OrNot showDurations = ShowDurations::DefaultForReporter;
5290 double minDuration = -1;
5291 RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder;
5292 UseColour::YesOrNo useColour = UseColour::Auto;
5293 WaitForKeypress::When waitForKeypress = WaitForKeypress::Never;
5295 std::string outputFilename;
5296 std::string name;
5297 std::string processName;
5301 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER;
5304 std::vector<std::string> testsOrTags;
5305 std::vector<std::string> sectionsToRun;