mock_engine

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2022 License: Unlicense Imports: 6 Imported by: 0

Documentation

Overview

Package mock_engine is a generated GoMock package.

Package mock_engine is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockEngine

type MockEngine struct {
	// contains filtered or unexported fields
}

MockEngine is a mock of Engine interface.

func NewMockEngine

func NewMockEngine(ctrl *gomock.Controller) *MockEngine

NewMockEngine creates a new mock instance.

func (*MockEngine) Draw

func (m *MockEngine) Draw(arg0 *ebiten.Image)

Draw mocks base method.

func (*MockEngine) EXPECT

func (m *MockEngine) EXPECT() *MockEngineMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockEngine) Initialize

func (m *MockEngine) Initialize() error

Initialize mocks base method.

func (*MockEngine) Layout

func (m *MockEngine) Layout(arg0, arg1 int) (int, int)

Layout mocks base method.

func (*MockEngine) Run

func (m *MockEngine) Run() error

Run mocks base method.

func (*MockEngine) Update

func (m *MockEngine) Update() error

Update mocks base method.

type MockEngineMockRecorder

type MockEngineMockRecorder struct {
	// contains filtered or unexported fields
}

MockEngineMockRecorder is the mock recorder for MockEngine.

func (*MockEngineMockRecorder) Draw

func (mr *MockEngineMockRecorder) Draw(arg0 interface{}) *gomock.Call

Draw indicates an expected call of Draw.

func (*MockEngineMockRecorder) Initialize

func (mr *MockEngineMockRecorder) Initialize() *gomock.Call

Initialize indicates an expected call of Initialize.

func (*MockEngineMockRecorder) Layout

func (mr *MockEngineMockRecorder) Layout(arg0, arg1 interface{}) *gomock.Call

Layout indicates an expected call of Layout.

func (*MockEngineMockRecorder) Run

func (mr *MockEngineMockRecorder) Run() *gomock.Call

Run indicates an expected call of Run.

func (*MockEngineMockRecorder) Update

func (mr *MockEngineMockRecorder) Update() *gomock.Call

Update indicates an expected call of Update.

type MockMode

type MockMode struct {
	// contains filtered or unexported fields
}

MockMode is a mock of Mode interface.

func NewMockMode

func NewMockMode(ctrl *gomock.Controller) *MockMode

NewMockMode creates a new mock instance.

func (*MockMode) Draw

func (m *MockMode) Draw(arg0 *ebiten.Image)

Draw mocks base method.

func (*MockMode) EXPECT

func (m *MockMode) EXPECT() *MockModeMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockMode) Initialize

func (m *MockMode) Initialize(arg0 topdown.Size[int], arg1 resource.Manager) error

Initialize mocks base method.

func (*MockMode) Layout

func (m *MockMode) Layout(arg0, arg1 int) (int, int)

Layout mocks base method.

func (*MockMode) Update

func (m *MockMode) Update() (engine.Mode, error)

Update mocks base method.

type MockModeMockRecorder

type MockModeMockRecorder struct {
	// contains filtered or unexported fields
}

MockModeMockRecorder is the mock recorder for MockMode.

func (*MockModeMockRecorder) Draw

func (mr *MockModeMockRecorder) Draw(arg0 interface{}) *gomock.Call

Draw indicates an expected call of Draw.

func (*MockModeMockRecorder) Initialize

func (mr *MockModeMockRecorder) Initialize(arg0, arg1 interface{}) *gomock.Call

Initialize indicates an expected call of Initialize.

func (*MockModeMockRecorder) Layout

func (mr *MockModeMockRecorder) Layout(arg0, arg1 interface{}) *gomock.Call

Layout indicates an expected call of Layout.

func (*MockModeMockRecorder) Update

func (mr *MockModeMockRecorder) Update() *gomock.Call

Update indicates an expected call of Update.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL