Searched refs:mock_foo (Results 1 – 2 of 2) sorted by relevance
175 MockFoo* mock_foo; member181 const char ch = param.mock_foo->Baz("a", "b"); in Helper1()191 EXPECT_EQ('\0', param.mock_foo->Baz("x", "y")) << "Expected failure."; in Helper1()194 EXPECT_EQ(1, param.mock_foo->Bar(5)); in Helper1()
439 // // Expects mock_foo.Bar(n) to be called where n is even.440 // EXPECT_CALL(mock_foo, Bar(IsEven()));