Documentation
¶
Overview ¶
Package mock_commandexecutor is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCommandExecutorInterface ¶
type MockCommandExecutorInterface struct {
// contains filtered or unexported fields
}
MockCommandExecutorInterface is a mock of CommandExecutorInterface interface.
func NewMockCommandExecutorInterface ¶
func NewMockCommandExecutorInterface(ctrl *gomock.Controller) *MockCommandExecutorInterface
NewMockCommandExecutorInterface creates a new mock instance.
func (*MockCommandExecutorInterface) EXPECT ¶
func (m *MockCommandExecutorInterface) EXPECT() *MockCommandExecutorInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockCommandExecutorInterfaceMockRecorder ¶
type MockCommandExecutorInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockCommandExecutorInterfaceMockRecorder is the mock recorder for MockCommandExecutorInterface.
func (*MockCommandExecutorInterfaceMockRecorder) Run ¶
func (mr *MockCommandExecutorInterfaceMockRecorder) Run(addr, command, stdin, routeToStd interface{}) *gomock.Call
Run indicates an expected call of Run.
Click to show internal directories.
Click to hide internal directories.