mocks

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

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.

func (*MockRunner) Name

func (m *MockRunner) Name() string

Name 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL