Analysis Software
Documentation for sPHENIX simulation software
|
Protected Member Functions | |
virtual void | SetUp () |
Protected Member Functions inherited from testing::Test | |
Test () | |
virtual void | TearDown () |
Static Protected Member Functions | |
template<typename CharType > | |
static void | AssertStringArrayEq (size_t size1, CharType **array1, size_t size2, CharType **array2) |
static void | CheckFlags (const Flags &expected) |
template<typename CharType > | |
static void | TestParsingFlags (int argc1, const CharType **argv1, int argc2, const CharType **argv2, const Flags &expected, bool should_print_help) |
Additional Inherited Members | |
Public Types inherited from testing::Test | |
typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
Public Member Functions inherited from testing::Test | |
virtual | ~Test () |
Static Public Member Functions inherited from testing::Test | |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
static bool | HasFatalFailure () |
static bool | HasNonfatalFailure () |
static bool | HasFailure () |
static void | RecordProperty (const std::string &key, const std::string &value) |
static void | RecordProperty (const std::string &key, int value) |
Definition at line 5605 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5605 of file gtest_unittest.cc
|
inlinestaticprotected |
Definition at line 5627 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5627 of file gtest_unittest.cc
References ASSERT_EQ, ASSERT_STREQ, and i.
Referenced by TestParsingFlags().
|
inlinestaticprotected |
Definition at line 5637 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5637 of file gtest_unittest.cc
References testing::Flags::also_run_disabled_tests, testing::Flags::break_on_failure, testing::Flags::catch_exceptions, testing::Flags::death_test_use_fork, EXPECT_EQ, EXPECT_STREQ, filter, testing::Flags::filter, GTEST_FLAG, testing::Flags::list_tests, check_smearing_config::output, testing::Flags::output, testing::Flags::print_time, testing::Flags::random_seed, testing::Flags::repeat, testing::Flags::shuffle, testing::Flags::stack_trace_depth, testing::Flags::stream_result_to, and testing::Flags::throw_on_failure.
Referenced by TestParsingFlags().
|
inlineprotectedvirtual |
Reimplemented from testing::Test.
Definition at line 5608 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5608 of file gtest_unittest.cc
References filter, GTEST_FLAG, testing::kMaxStackTraceDepth, and check_smearing_config::output.
|
inlinestaticprotected |
Definition at line 5660 of file gtest_unittest.cc.
View newest version in sPHENIX GitHub at line 5660 of file gtest_unittest.cc
References AssertStringArrayEq(), testing::internal::CaptureStdout(), CheckFlags(), EXPECT_EQ, EXPECT_PRED_FORMAT2, testing::internal::g_help_flag, testing::internal::GetCapturedStdout(), testing::IsNotSubstring(), testing::IsSubstring(), and testing::internal::ParseGoogleTestFlagsOnly().