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.
func (*MockRunner) Exec ¶
func (m *MockRunner) Exec(arg0 *context.Context, arg1 *executable.Executable, arg2 engine.Engine, arg3 map[string]string, arg4 []string) error
Exec mocks base method.
func (*MockRunner) IsCompatible ¶
func (m *MockRunner) IsCompatible(arg0 *executable.Executable) bool
IsCompatible mocks base method.
type MockRunnerMockRecorder ¶
type MockRunnerMockRecorder struct {
// contains filtered or unexported fields
}
MockRunnerMockRecorder is the mock recorder for MockRunner.
func (*MockRunnerMockRecorder) Exec ¶
func (mr *MockRunnerMockRecorder) Exec(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call
Exec indicates an expected call of Exec.
func (*MockRunnerMockRecorder) IsCompatible ¶
func (mr *MockRunnerMockRecorder) IsCompatible(arg0 any) *gomock.Call
IsCompatible indicates an expected call of IsCompatible.
func (*MockRunnerMockRecorder) Name ¶
func (mr *MockRunnerMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
Click to show internal directories.
Click to hide internal directories.