Home | History | Annotate | Download | only in test

Lines Matching refs:set_up_count_

576   void SetUpExecuted() { set_up_count_++; }
598 EXPECT_EQ(kExpectedCalls, set_up_count_)
610 TestGenerationEnvironment() : fixture_constructor_count_(0), set_up_count_(0),
614 int set_up_count_;