Searched refs:shared_resource_ (Results 1 – 2 of 2) sorted by relevance
5433 shared_resource_ = "123"; in SetUpTestCase()5454 shared_resource_ = NULL; in TearDownTestCase()5468 static const char* shared_resource_; member in testing::SetUpTestCaseTest5472 const char* SetUpTestCaseTest::shared_resource_ = NULL; member in testing::SetUpTestCaseTest5476 EXPECT_STRNE(NULL, shared_resource_); in TEST_F()5481 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 ...