mocks

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockNoteHandler

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

MockNoteHandler is a mock of NoteHandler interface.

func NewMockNoteHandler

func NewMockNoteHandler(ctrl *gomock.Controller) *MockNoteHandler

NewMockNoteHandler creates a new mock instance.

func (*MockNoteHandler) EXPECT

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

func (*MockNoteHandler) HandleNote

func (m *MockNoteHandler) HandleNote(note core.Note)

HandleNote mocks base method.

type MockNoteHandlerMockRecorder

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

MockNoteHandlerMockRecorder is the mock recorder for MockNoteHandler.

func (*MockNoteHandlerMockRecorder) HandleNote

func (mr *MockNoteHandlerMockRecorder) HandleNote(note interface{}) *gomock.Call

HandleNote indicates an expected call of HandleNote.

type MockSendMidi

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

MockSendMidi is a mock of SendMidi interface.

func NewMockSendMidi

func NewMockSendMidi(ctrl *gomock.Controller) *MockSendMidi

NewMockSendMidi creates a new mock instance.

func (*MockSendMidi) EXPECT

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

func (*MockSendMidi) Send

func (m *MockSendMidi) Send(msg midi.Message)

Send mocks base method.

type MockSendMidiMockRecorder

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

MockSendMidiMockRecorder is the mock recorder for MockSendMidi.

func (*MockSendMidiMockRecorder) Send

func (mr *MockSendMidiMockRecorder) Send(msg interface{}) *gomock.Call

Send indicates an expected call of Send.

Jump to

Keyboard shortcuts

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