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 MockExecInterface ¶
type MockExecInterface struct {
// contains filtered or unexported fields
}
MockExecInterface is a mock of ExecInterface interface.
func NewMockExecInterface ¶
func NewMockExecInterface(ctrl *gomock.Controller) *MockExecInterface
NewMockExecInterface creates a new mock instance.
func (*MockExecInterface) CommandContext ¶
CommandContext mocks base method.
func (*MockExecInterface) EXPECT ¶
func (m *MockExecInterface) EXPECT() *MockExecInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockExecInterfaceMockRecorder ¶
type MockExecInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockExecInterfaceMockRecorder is the mock recorder for MockExecInterface.
func (*MockExecInterfaceMockRecorder) CommandContext ¶
func (mr *MockExecInterfaceMockRecorder) CommandContext(ctx, cmd interface{}) *gomock.Call
CommandContext indicates an expected call of CommandContext.
Click to show internal directories.
Click to hide internal directories.