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