Home
last modified time | relevance | path

Searched defs:ConfigData (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_config.hpp29 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;
[all …]
/external/bcc/tests/cc/
Dcatch.hpp3476 struct ConfigData { struct
3478 ConfigData() in ConfigData() function
3498 bool listTests;
3499 bool listTags;
3500 bool listReporters;
3501 bool listTestNamesOnly;
3503 bool showSuccessfulTests;
3504 bool shouldDebugBreak;
3505 bool noThrow;
3506 bool showHelp;
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp4656 struct ConfigData { struct
4657 bool listTests = false;
4658 bool listTags = false;
4659 bool listReporters = false;
4660 bool listTestNamesOnly = false;
4662 bool showSuccessfulTests = false;
4663 bool shouldDebugBreak = false;
4664 bool noThrow = false;
4665 bool showHelp = false;
4666 bool showInvisibles = false;
[all …]