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

Protected Member Functions

virtual void SetUp ()
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void TearDown ()
 

Static Protected Member Functions

static void SetUpTestCase ()
 
static void TearDownTestCase ()
 

Static Protected Attributes

static int counter_ = 0
 
static const char * shared_resource_ = NULL
 

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 5392 of file gtest_unittest.cc.

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

Member Function Documentation

virtual void testing::SetUpTestCaseTest::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Definition at line 5427 of file gtest_unittest.cc.

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

References counter_, and EXPECT_EQ.

static void testing::SetUpTestCaseTest::SetUpTestCase ( )
inlinestaticprotected

Definition at line 5396 of file gtest_unittest.cc.

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

References counter_, EXPECT_EQ, printf(), and shared_resource_.

+ Here is the call graph for this function:

static void testing::SetUpTestCaseTest::TearDownTestCase ( )
inlinestaticprotected

Definition at line 5413 of file gtest_unittest.cc.

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

References counter_, EXPECT_EQ, printf(), and shared_resource_.

+ Here is the call graph for this function:

Member Data Documentation

int testing::SetUpTestCaseTest::counter_ = 0
staticprotected

Definition at line 5434 of file gtest_unittest.cc.

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

Referenced by SetUp(), SetUpTestCase(), and TearDownTestCase().

const char * testing::SetUpTestCaseTest::shared_resource_ = NULL
staticprotected

Definition at line 5437 of file gtest_unittest.cc.

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

Referenced by SetUpTestCase(), and TearDownTestCase().


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