- 3.0.1 core module.
|
Public Member Functions | |
Flags () | |
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 | Filter (const char *filter) |
static Flags | ListTests (bool list_tests) |
static Flags | Output (const char *output) |
static Flags | PrintTime (bool print_time) |
static Flags | RandomSeed (Int32 random_seed) |
static Flags | Repeat (Int32 repeat) |
static Flags | Shuffle (bool shuffle) |
static Flags | StackTraceDepth (Int32 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 |
const char * | filter |
bool | list_tests |
const char * | output |
bool | print_time |
Int32 | random_seed |
Int32 | repeat |
bool | shuffle |
Int32 | stack_trace_depth |
const char * | stream_result_to |
bool | throw_on_failure |
|
inline |
|
inlinestatic |
References also_run_disabled_tests.
Referenced by testing::TEST_F().
|
inlinestatic |
References break_on_failure.
Referenced by testing::TEST_F().
|
inlinestatic |
References catch_exceptions.
Referenced by testing::TEST_F().
|
inlinestatic |
References death_test_use_fork.
Referenced by testing::TEST_F().
|
inlinestatic |
References filter.
Referenced by testing::TEST_F().
|
inlinestatic |
References list_tests.
Referenced by testing::TEST_F().
|
inlinestatic |
References gmock_output_test::output, and output.
Referenced by testing::TEST_F().
|
inlinestatic |
References print_time.
Referenced by testing::TEST_F().
|
inlinestatic |
References random_seed.
Referenced by testing::TEST_F().
|
inlinestatic |
References repeat.
Referenced by testing::TEST_F().
|
inlinestatic |
References shuffle.
Referenced by testing::TEST_F().
|
inlinestatic |
References stack_trace_depth.
Referenced by testing::TEST_F().
|
inlinestatic |
References stream_result_to.
Referenced by testing::TEST_F().
|
inlinestatic |
References throw_on_failure.
Referenced by testing::TEST_F().
bool testing::Flags::also_run_disabled_tests |
Referenced by AlsoRunDisabledTests(), and testing::ParseFlagsTest::CheckFlags().
bool testing::Flags::break_on_failure |
Referenced by BreakOnFailure(), testing::ParseFlagsTest::CheckFlags(), and testing::TEST_F().
bool testing::Flags::catch_exceptions |
Referenced by CatchExceptions(), and testing::ParseFlagsTest::CheckFlags().
bool testing::Flags::death_test_use_fork |
Referenced by testing::ParseFlagsTest::CheckFlags(), and DeathTestUseFork().
const char* testing::Flags::filter |
Referenced by testing::ParseFlagsTest::CheckFlags(), Filter(), and testing::TEST_F().
bool testing::Flags::list_tests |
Referenced by testing::ParseFlagsTest::CheckFlags(), ListTests(), and testing::TEST_F().
const char* testing::Flags::output |
Referenced by testing::ParseFlagsTest::CheckFlags(), and Output().
bool testing::Flags::print_time |
Referenced by testing::ParseFlagsTest::CheckFlags(), and PrintTime().
Int32 testing::Flags::random_seed |
Referenced by testing::ParseFlagsTest::CheckFlags(), and RandomSeed().
Int32 testing::Flags::repeat |
Referenced by testing::ParseFlagsTest::CheckFlags(), and Repeat().
bool testing::Flags::shuffle |
Referenced by testing::ParseFlagsTest::CheckFlags(), and Shuffle().
Int32 testing::Flags::stack_trace_depth |
Referenced by testing::ParseFlagsTest::CheckFlags(), and StackTraceDepth().
const char* testing::Flags::stream_result_to |
Referenced by testing::ParseFlagsTest::CheckFlags(), and StreamResultTo().
bool testing::Flags::throw_on_failure |
Referenced by testing::ParseFlagsTest::CheckFlags(), and ThrowOnFailure().