Home | History | Annotate | Download | only in test

Lines Matching refs:shared_

49     shared_ = new T(5);
53 delete shared_;
54 shared_ = NULL;
80 static T* shared_;
84 T* CommonTest<T>::shared_ = NULL;
100 EXPECT_EQ(5, *TestFixture::shared_);
115 // The second test makes sure shared_ is not deleted after the first
120 ASSERT_TRUE(this->shared_ != NULL);
121 EXPECT_EQ(5, *this->shared_);
245 EXPECT_EQ(5, *TestFixture::shared_);
252 // The second test makes sure shared_ is not deleted after the first
257 ASSERT_TRUE(this->shared_ != NULL);
258 EXPECT_EQ(5, *this->shared_);