Searched refs:mocked_interface (Results 1 – 1 of 1) sorted by relevance
22 MockedInterface mocked_interface; in Test() local23 EXPECT_CALL(mocked_interface, MyMethod(1)); in Test()25 mocked_interface, // A comment to prevent reformatting into single line. in Test()27 mocked_interface.MyMethod(123); in Test()30 ON_CALL(mocked_interface, MyMethod(1)) in Test()