Documentation ¶
Overview ¶
Package mock_control is a generated GoMock package.
Package mock_control is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockControllable ¶
type MockControllable struct {
// contains filtered or unexported fields
}
MockControllable is a mock of Controllable interface.
func NewMockControllable ¶
func NewMockControllable(ctrl *gomock.Controller) *MockControllable
NewMockControllable creates a new mock instance.
func (*MockControllable) Control ¶
func (m *MockControllable) Control(arg0 float64, arg1 input.Manager)
Control mocks base method.
func (*MockControllable) EXPECT ¶
func (m *MockControllable) EXPECT() *MockControllableMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockControllable) WatchKeys ¶
func (m *MockControllable) WatchKeys() []ebiten.Key
WatchKeys mocks base method.
type MockControllableMockRecorder ¶
type MockControllableMockRecorder struct {
// contains filtered or unexported fields
}
MockControllableMockRecorder is the mock recorder for MockControllable.
func (*MockControllableMockRecorder) Control ¶
func (mr *MockControllableMockRecorder) Control(arg0, arg1 interface{}) *gomock.Call
Control indicates an expected call of Control.
func (*MockControllableMockRecorder) WatchKeys ¶
func (mr *MockControllableMockRecorder) WatchKeys() *gomock.Call
WatchKeys indicates an expected call of WatchKeys.
type MockSystem ¶
type MockSystem struct {
// contains filtered or unexported fields
}
MockSystem is a mock of System interface.
func NewMockSystem ¶
func NewMockSystem(ctrl *gomock.Controller) *MockSystem
NewMockSystem creates a new mock instance.
func (*MockSystem) Add ¶
func (m *MockSystem) Add(arg0 string, arg1 interface{})
Add mocks base method.
func (*MockSystem) EXPECT ¶
func (m *MockSystem) EXPECT() *MockSystemMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockSystemMockRecorder ¶
type MockSystemMockRecorder struct {
// contains filtered or unexported fields
}
MockSystemMockRecorder is the mock recorder for MockSystem.
func (*MockSystemMockRecorder) Add ¶
func (mr *MockSystemMockRecorder) Add(arg0, arg1 interface{}) *gomock.Call
Add indicates an expected call of Add.
func (*MockSystemMockRecorder) Clear ¶
func (mr *MockSystemMockRecorder) Clear() *gomock.Call
Clear indicates an expected call of Clear.
func (*MockSystemMockRecorder) Control ¶
func (mr *MockSystemMockRecorder) Control(arg0 interface{}) *gomock.Call
Control indicates an expected call of Control.
func (*MockSystemMockRecorder) Remove ¶
func (mr *MockSystemMockRecorder) Remove(arg0 interface{}) *gomock.Call
Remove indicates an expected call of Remove.