- 3.0.1 core module.
testing::SetUpTestCaseTest Class Reference
Inheritance diagram for testing::SetUpTestCaseTest:
testing::Test

Protected Member Functions

void SetUp () override
 
- 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_ = nullptr
 

Additional Inherited Members

- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
- Static Public Member Functions inherited from testing::Test
static void SetUpTestSuite ()
 
static void TearDownTestSuite ()
 
static void TearDownTestCase ()
 
static void SetUpTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool IsSkipped ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 

Member Function Documentation

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

References EXPECT_EQ.

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

References EXPECT_EQ.

void testing::SetUpTestCaseTest::SetUp ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

References EXPECT_EQ.

Member Data Documentation

int testing::SetUpTestCaseTest::counter_ = 0
staticprotected
const char * testing::SetUpTestCaseTest::shared_resource_ = nullptr
staticprotected

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