Searched refs:expect_nothing (Results 1 – 2 of 2) sorted by relevance
271 MockCallback expect_nothing; in TEST_F() local272 EXPECT_CALL(expect_nothing, OnElementBegin(_, _)).Times(0); in TEST_F()284 Status status = parser1.Feed(&expect_nothing, &reader); in TEST_F()292 status = parser2.Feed(&expect_nothing, &reader); in TEST_F()
170 def expect_nothing(self): member in Emitter209 self.state = self.expect_nothing