Searched refs:shared_resource_ (Results 1 – 3 of 3) sorted by relevance
5450 shared_resource_ = "123"; in SetUpTestCase()5471 shared_resource_ = nullptr; in TearDownTestCase()5485 static const char* shared_resource_; member in testing::SetUpTestCaseTest5489 const char* SetUpTestCaseTest::shared_resource_ = nullptr; member in testing::SetUpTestCaseTest5492 TEST_F(SetUpTestCaseTest, Test1) { EXPECT_STRNE(nullptr, shared_resource_); } in TEST_F()5496 EXPECT_STREQ("123", shared_resource_); in TEST_F()5511 shared_resource_ = "123"; in SetUpTestSuite()5532 shared_resource_ = nullptr; in TearDownTestSuite()5546 static const char* shared_resource_; member in testing::SetUpTestSuiteTest5550 const char* SetUpTestSuiteTest::shared_resource_ = nullptr; member in testing::SetUpTestSuiteTest[all …]
5370 shared_resource_ = "123"; in SetUpTestCase()5391 shared_resource_ = NULL; in TearDownTestCase()5405 static const char* shared_resource_; member in testing::SetUpTestCaseTest5409 const char* SetUpTestCaseTest::shared_resource_ = NULL; member in testing::SetUpTestCaseTest5413 EXPECT_STRNE(NULL, shared_resource_); in TEST_F()5418 EXPECT_STREQ("123", shared_resource_); in TEST_F()
1225 shared_resource_ = new ...;1232 delete shared_resource_;1233 shared_resource_ = NULL;1243 static T* shared_resource_;1246 T* FooTest::shared_resource_ = NULL;1249 ... you can refer to shared_resource_ here ...1253 ... you can refer to shared_resource_ here ...