mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-09 16:55:43 +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;
|
||||
ShowDurations showDurations = ShowDurations::DefaultForReporter;
|
||||
double minDuration = -1;
|
||||
TestRunOrder runOrder = TestRunOrder::Declared;
|
||||
TestRunOrder runOrder = TestRunOrder::Randomized;
|
||||
ColourMode defaultColourMode = ColourMode::PlatformDefault;
|
||||
WaitForKeypress::When waitForKeypress = WaitForKeypress::Never;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user