Wizard
Software Engineering Project - Wizard
|
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 | 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) |