Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::InitGoogleTestTest Class Reference
+ Inheritance diagram for testing::InitGoogleTestTest:
+ Collaboration diagram for testing::InitGoogleTestTest:

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)
 

Detailed Description

Definition at line 5605 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5605 of file gtest_unittest.cc

Member Function Documentation

template<typename CharType >
static void testing::InitGoogleTestTest::AssertStringArrayEq ( size_t  size1,
CharType **  array1,
size_t  size2,
CharType **  array2 
)
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().

+ Here is the caller graph for this function:

static void testing::InitGoogleTestTest::CheckFlags ( const Flags expected)
inlinestaticprotected
virtual void testing::InitGoogleTestTest::SetUp ( )
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.

template<typename CharType >
static void testing::InitGoogleTestTest::TestParsingFlags ( int  argc1,
const CharType **  argv1,
int  argc2,
const CharType **  argv2,
const Flags expected,
bool  should_print_help 
)
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().

+ Here is the call graph for this function:


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