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 Mockrunner ¶
type Mockrunner struct {
// contains filtered or unexported fields
}
Mockrunner is a mock of runner interface
func NewMockrunner ¶
func NewMockrunner(ctrl *gomock.Controller) *Mockrunner
NewMockrunner creates a new mock instance
func (*Mockrunner) EXPECT ¶
func (m *Mockrunner) EXPECT() *MockrunnerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockrunnerMockRecorder ¶
type MockrunnerMockRecorder struct {
// contains filtered or unexported fields
}
MockrunnerMockRecorder is the mock recorder for Mockrunner
func (*MockrunnerMockRecorder) Run ¶
func (mr *MockrunnerMockRecorder) Run(name, args interface{}, options ...interface{}) *gomock.Call
Run indicates an expected call of Run
Click to show internal directories.
Click to hide internal directories.