Lines Matching defs:ConfigData
3476 struct ConfigData { struct
3478 ConfigData() in ConfigData() argument
3498 bool listTests;
3499 bool listTags;
3500 bool listReporters;
3501 bool listTestNamesOnly;
3503 bool showSuccessfulTests;
3504 bool shouldDebugBreak;
3505 bool noThrow;
3506 bool showHelp;
3507 bool showInvisibles;
3508 bool filenamesAsTags;
3510 int abortAfter;
3511 unsigned int rngSeed;
3513 Verbosity::Level verbosity;
3514 WarnAbout::What warnings;
3515 ShowDurations::OrNot showDurations;
3516 RunTests::InWhatOrder runOrder;
3517 UseColour::YesOrNo useColour;
3519 std::string outputFilename;
3520 std::string name;
3521 std::string processName;
3523 std::vector<std::string> reporterNames;
3524 std::vector<std::string> testsOrTags;