Home | History | Annotate | Download | only in test

Lines Matching defs:OnTestIterationStart

6623   virtual void OnTestIterationStart(const UnitTest& /*unit_test*/,
6625 vector_->PushBack(GetEventDescription("OnTestIterationStart"));
6669 TestEventListenersAccessor::GetRepeater(&listeners)->OnTestIterationStart(
6672 EXPECT_STREQ("1st.OnTestIterationStart", vec.GetElement(0).c_str());
6673 EXPECT_STREQ("2nd.OnTestIterationStart", vec.GetElement(1).c_str());
6674 EXPECT_STREQ("3rd.OnTestIterationStart", vec.GetElement(2).c_str());