Lab_1 0.1.1
Matrix Library
Loading...
Searching...
No Matches
testing::Flags Struct Reference

Static Public Member Functions

static Flags AlsoRunDisabledTests (bool also_run_disabled_tests)
 
static Flags BreakOnFailure (bool break_on_failure)
 
static Flags CatchExceptions (bool catch_exceptions)
 
static Flags DeathTestUseFork (bool death_test_use_fork)
 
static Flags FailFast (bool fail_fast)
 
static Flags Filter (const char *filter)
 
static Flags ListTests (bool list_tests)
 
static Flags Output (const char *output)
 
static Flags Brief (bool brief)
 
static Flags PrintTime (bool print_time)
 
static Flags RandomSeed (int32_t random_seed)
 
static Flags Repeat (int32_t repeat)
 
static Flags RecreateEnvironmentsWhenRepeating (bool recreate_environments_when_repeating)
 
static Flags Shuffle (bool shuffle)
 
static Flags StackTraceDepth (int32_t stack_trace_depth)
 
static Flags StreamResultTo (const char *stream_result_to)
 
static Flags ThrowOnFailure (bool throw_on_failure)
 

Public Attributes

bool also_run_disabled_tests
 
bool break_on_failure
 
bool catch_exceptions
 
bool death_test_use_fork
 
bool fail_fast
 
const char * filter
 
bool list_tests
 
const char * output
 
bool brief
 
bool print_time
 
int32_t random_seed
 
int32_t repeat
 
bool recreate_environments_when_repeating
 
bool shuffle
 
int32_t stack_trace_depth
 
const char * stream_result_to
 
bool throw_on_failure
 

The documentation for this struct was generated from the following file: