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 MockCommandExecutor ¶
type MockCommandExecutor struct {
// contains filtered or unexported fields
}
MockCommandExecutor is a mock of CommandExecutor interface.
func NewMockCommandExecutor ¶
func NewMockCommandExecutor(ctrl *gomock.Controller) *MockCommandExecutor
NewMockCommandExecutor creates a new mock instance.
func (*MockCommandExecutor) EXPECT ¶
func (m *MockCommandExecutor) EXPECT() *MockCommandExecutorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCommandExecutor) Execute ¶
func (m *MockCommandExecutor) Execute(arg0 ...string) (string, error)
Execute mocks base method.
func (*MockCommandExecutor) ExecuteContext ¶
ExecuteContext mocks base method.
type MockCommandExecutorMockRecorder ¶
type MockCommandExecutorMockRecorder struct {
// contains filtered or unexported fields
}
MockCommandExecutorMockRecorder is the mock recorder for MockCommandExecutor.
func (*MockCommandExecutorMockRecorder) Execute ¶
func (mr *MockCommandExecutorMockRecorder) Execute(arg0 ...any) *gomock.Call
Execute indicates an expected call of Execute.
func (*MockCommandExecutorMockRecorder) ExecuteContext ¶
func (mr *MockCommandExecutorMockRecorder) ExecuteContext(arg0 any, arg1 ...any) *gomock.Call
ExecuteContext indicates an expected call of ExecuteContext.
Click to show internal directories.
Click to hide internal directories.