Home | History | Annotate | Download | only in test

Lines Matching refs:counter_

5228     counter_++;
5231 EXPECT_EQ(1, counter_);
5240 counter_--;
5243 EXPECT_EQ(0, counter_);
5251 // SetUpTestCase() should be called only once, so counter_ should
5253 EXPECT_EQ(1, counter_);
5257 static int counter_;
5263 int SetUpTestCaseTest::counter_ = 0;