Analysis Software
Documentation for sPHENIX simulation software
|
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 |
Definition at line 5456 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5456 of file gtest_unittest.cc
|
inline |
Definition at line 5458 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5458 of file gtest_unittest.cc
|
inlinestatic |
Definition at line 5477 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5477 of file gtest_unittest.cc
References also_run_disabled_tests.
Referenced by testing::TEST_F().
|
inlinestatic |
Definition at line 5485 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5485 of file gtest_unittest.cc
References break_on_failure.
Referenced by testing::TEST_F().
|
inlinestatic |
Definition at line 5493 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5493 of file gtest_unittest.cc
References catch_exceptions.
Referenced by testing::TEST_F().
|
inlinestatic |
Definition at line 5501 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5501 of file gtest_unittest.cc
References death_test_use_fork.
Referenced by testing::TEST_F().
|
inlinestatic |
Definition at line 5509 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5509 of file gtest_unittest.cc
References filter.
Referenced by testing::TEST_F().
|
inlinestatic |
Definition at line 5517 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5517 of file gtest_unittest.cc
References list_tests.
Referenced by testing::TEST_F().
|
inlinestatic |
Definition at line 5525 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5525 of file gtest_unittest.cc
References output.
Referenced by testing::TEST_F().
|
inlinestatic |
Definition at line 5533 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5533 of file gtest_unittest.cc
References print_time.
Referenced by testing::TEST_F().
|
inlinestatic |
Definition at line 5541 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5541 of file gtest_unittest.cc
References random_seed.
Referenced by testing::TEST_F().
|
inlinestatic |
Definition at line 5549 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5549 of file gtest_unittest.cc
References repeat.
Referenced by testing::TEST_F().
|
inlinestatic |
Definition at line 5557 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5557 of file gtest_unittest.cc
References shuffle.
Referenced by testing::TEST_F().
|
inlinestatic |
Definition at line 5565 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5565 of file gtest_unittest.cc
References stack_trace_depth.
Referenced by testing::TEST_F().
|
inlinestatic |
Definition at line 5573 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5573 of file gtest_unittest.cc
References stream_result_to.
Referenced by testing::TEST_F().
|
inlinestatic |
Definition at line 5581 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5581 of file gtest_unittest.cc
References throw_on_failure.
Referenced by testing::TEST_F().
bool testing::Flags::also_run_disabled_tests |
Definition at line 5588 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5588 of file gtest_unittest.cc
Referenced by AlsoRunDisabledTests(), and testing::InitGoogleTestTest::CheckFlags().
bool testing::Flags::break_on_failure |
Definition at line 5589 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5589 of file gtest_unittest.cc
Referenced by BreakOnFailure(), testing::InitGoogleTestTest::CheckFlags(), and testing::TEST_F().
bool testing::Flags::catch_exceptions |
Definition at line 5590 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5590 of file gtest_unittest.cc
Referenced by CatchExceptions(), and testing::InitGoogleTestTest::CheckFlags().
bool testing::Flags::death_test_use_fork |
Definition at line 5591 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5591 of file gtest_unittest.cc
Referenced by testing::InitGoogleTestTest::CheckFlags(), and DeathTestUseFork().
const char* testing::Flags::filter |
Definition at line 5592 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5592 of file gtest_unittest.cc
Referenced by testing::InitGoogleTestTest::CheckFlags(), Filter(), and testing::TEST_F().
bool testing::Flags::list_tests |
Definition at line 5593 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5593 of file gtest_unittest.cc
Referenced by testing::InitGoogleTestTest::CheckFlags(), and ListTests().
const char* testing::Flags::output |
Definition at line 5594 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5594 of file gtest_unittest.cc
Referenced by testing::InitGoogleTestTest::CheckFlags(), and Output().
bool testing::Flags::print_time |
Definition at line 5595 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5595 of file gtest_unittest.cc
Referenced by testing::InitGoogleTestTest::CheckFlags(), and PrintTime().
Int32 testing::Flags::random_seed |
Definition at line 5596 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5596 of file gtest_unittest.cc
Referenced by testing::InitGoogleTestTest::CheckFlags(), and RandomSeed().
Int32 testing::Flags::repeat |
Definition at line 5597 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5597 of file gtest_unittest.cc
Referenced by testing::InitGoogleTestTest::CheckFlags(), and Repeat().
bool testing::Flags::shuffle |
Definition at line 5598 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5598 of file gtest_unittest.cc
Referenced by testing::InitGoogleTestTest::CheckFlags(), and Shuffle().
Int32 testing::Flags::stack_trace_depth |
Definition at line 5599 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5599 of file gtest_unittest.cc
Referenced by testing::InitGoogleTestTest::CheckFlags(), and StackTraceDepth().
const char* testing::Flags::stream_result_to |
Definition at line 5600 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5600 of file gtest_unittest.cc
Referenced by testing::InitGoogleTestTest::CheckFlags(), and StreamResultTo().
bool testing::Flags::throw_on_failure |
Definition at line 5601 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5601 of file gtest_unittest.cc
Referenced by testing::InitGoogleTestTest::CheckFlags(), and ThrowOnFailure().