19 #ifndef MIR_TEST_DOUBLES_MOCK_INPUT_SURFACE_H_
20 #define MIR_TEST_DOUBLES_MOCK_INPUT_SURFACE_H_
23 #include <gmock/gmock.h>
37 using namespace testing;
41 ON_CALL(*
this,
size())
45 ON_CALL(*
this,
name())
46 .WillByDefault(testing::Return(n));
::testing::NiceMock< MockInputSurface > StubInputSurface
Definition: mock_input_surface.h:55