Documentation ¶
Overview ¶
Package laboratory is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MockCreatures ¶
type MockCreatures struct {
// contains filtered or unexported fields
}
MockCreatures is a mock of Creatures interface
func NewMockCreatures ¶
func NewMockCreatures(ctrl *gomock.Controller) *MockCreatures
NewMockCreatures creates a new mock instance
func (*MockCreatures) EXPECT ¶
func (m *MockCreatures) EXPECT() *MockCreaturesMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockCreaturesMockRecorder ¶
type MockCreaturesMockRecorder struct {
// contains filtered or unexported fields
}
MockCreaturesMockRecorder is the mock recorder for MockCreatures
func (*MockCreaturesMockRecorder) Fly ¶
func (mr *MockCreaturesMockRecorder) Fly() *gomock.Call
Fly indicates an expected call of Fly
func (*MockCreaturesMockRecorder) Kind ¶
func (mr *MockCreaturesMockRecorder) Kind() *gomock.Call
Kind indicates an expected call of Kind
func (*MockCreaturesMockRecorder) Sound ¶
func (mr *MockCreaturesMockRecorder) Sound() *gomock.Call
Sound indicates an expected call of Sound
Click to show internal directories.
Click to hide internal directories.