enum Spectator::RunFlags
Overview
Toggles indicating how the test spec should execute.
Defined in:
spectator/run_flags.crEnum Members
- 
        FailFast = 
1 - 
        
Indicates whether the test should abort on first failure.
 - 
        FailBlank = 
2 - 
        
Indicates whether the test should fail if there are no examples.
 - 
        DryRun = 
4 - 
        
Indicates whether the test should be done as a dry-run. Examples won't run, but the output will show that they did.
 - 
        Randomize = 
8 - 
        
Indicates whether examples run in a random order.
 - 
        Profile = 
16 - 
        
Indicates whether timing information should be generated.