Home | History | Annotate | Download | only in test

Lines Matching refs:counter_

5373     counter_++;
5376 EXPECT_EQ(1, counter_);
5385 counter_--;
5388 EXPECT_EQ(0, counter_);
5396 // SetUpTestCase() should be called only once, so counter_ should
5398 EXPECT_EQ(1, counter_);
5402 static int counter_;
5408 int SetUpTestCaseTest::counter_ = 0;