Protected Member Functions | |
virtual void | SetUp () |
virtual void | SetUp () |
Static Protected Member Functions | |
static void | SetUpTestCase () |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
static void | TearDownTestCase () |
Static Protected Attributes | |
static int | counter_ = 0 |
static const char * | shared_resource_ = NULL |
Definition at line 5215 of file gmock/gtest/test/gtest_unittest.cc.
virtual void testing::SetUpTestCaseTest::SetUp | ( | ) | [inline, protected, virtual] |
Reimplemented from testing::Test.
Definition at line 5250 of file gmock/gtest/test/gtest_unittest.cc.
virtual void testing::SetUpTestCaseTest::SetUp | ( | ) | [inline, protected, virtual] |
Reimplemented from testing::Test.
Definition at line 5250 of file gtest/test/gtest_unittest.cc.
static void testing::SetUpTestCaseTest::SetUpTestCase | ( | ) | [inline, static, protected] |
Reimplemented from testing::Test.
Definition at line 5219 of file gtest/test/gtest_unittest.cc.
static void testing::SetUpTestCaseTest::SetUpTestCase | ( | ) | [inline, static, protected] |
Reimplemented from testing::Test.
Definition at line 5219 of file gmock/gtest/test/gtest_unittest.cc.
static void testing::SetUpTestCaseTest::TearDownTestCase | ( | ) | [inline, static, protected] |
Reimplemented from testing::Test.
Definition at line 5236 of file gmock/gtest/test/gtest_unittest.cc.
static void testing::SetUpTestCaseTest::TearDownTestCase | ( | ) | [inline, static, protected] |
Reimplemented from testing::Test.
Definition at line 5236 of file gtest/test/gtest_unittest.cc.
int testing::SetUpTestCaseTest::counter_ = 0 [static, protected] |
Definition at line 5257 of file gmock/gtest/test/gtest_unittest.cc.
const char * testing::SetUpTestCaseTest::shared_resource_ = NULL [static, protected] |
Definition at line 5260 of file gmock/gtest/test/gtest_unittest.cc.