Protected Member Functions | |
virtual void | SetUp () |
Static Protected Member Functions | |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
Static Protected Attributes | |
static int | counter_ = 0 |
static const char * | shared_resource_ = NULL |
Definition at line 5324 of file gtest_unittest.cc.
virtual void testing::SetUpTestCaseTest::SetUp | ( | ) | [inline, protected, virtual] |
Reimplemented from testing::Test.
Definition at line 5359 of file gtest_unittest.cc.
static void testing::SetUpTestCaseTest::SetUpTestCase | ( | ) | [inline, static, protected] |
Reimplemented from testing::Test.
Definition at line 5328 of file gtest_unittest.cc.
static void testing::SetUpTestCaseTest::TearDownTestCase | ( | ) | [inline, static, protected] |
Reimplemented from testing::Test.
Definition at line 5345 of file gtest_unittest.cc.
int testing::SetUpTestCaseTest::counter_ = 0 [static, protected] |
Definition at line 5366 of file gtest_unittest.cc.
const char * testing::SetUpTestCaseTest::shared_resource_ = NULL [static, protected] |
Definition at line 5369 of file gtest_unittest.cc.