mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-10 01:02:39 +02:00
Default to randomized test case order
This commit is contained in:
parent
1e7b879fae
commit
dba0b3fa82
@ -76,7 +76,7 @@ namespace Catch {
|
|||||||
WarnAbout::What warnings = WarnAbout::Nothing;
|
WarnAbout::What warnings = WarnAbout::Nothing;
|
||||||
ShowDurations showDurations = ShowDurations::DefaultForReporter;
|
ShowDurations showDurations = ShowDurations::DefaultForReporter;
|
||||||
double minDuration = -1;
|
double minDuration = -1;
|
||||||
TestRunOrder runOrder = TestRunOrder::Declared;
|
TestRunOrder runOrder = TestRunOrder::Randomized;
|
||||||
ColourMode defaultColourMode = ColourMode::PlatformDefault;
|
ColourMode defaultColourMode = ColourMode::PlatformDefault;
|
||||||
WaitForKeypress::When waitForKeypress = WaitForKeypress::Never;
|
WaitForKeypress::When waitForKeypress = WaitForKeypress::Never;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user