mock_execwrapper

package
v0.0.0-...-0f876b5 Latest Latest
Warning

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

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

Documentation

Overview

Package mock_execwrapper is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCmd

type MockCmd struct {
	// contains filtered or unexported fields
}

MockCmd is a mock of Cmd interface.

func NewMockCmd

func NewMockCmd(ctrl *gomock.Controller) *MockCmd

NewMockCmd creates a new mock instance.

func (*MockCmd) AppendExtraFiles

func (m *MockCmd) AppendExtraFiles(arg0 ...*os.File)

AppendExtraFiles mocks base method.

func (*MockCmd) Args

func (m *MockCmd) Args() []string

Args mocks base method.

func (*MockCmd) CombinedOutput

func (m *MockCmd) CombinedOutput() ([]byte, error)

CombinedOutput mocks base method.

func (*MockCmd) EXPECT

func (m *MockCmd) EXPECT() *MockCmdMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockCmd) KillProcess

func (m *MockCmd) KillProcess() error

KillProcess mocks base method.

func (*MockCmd) Output

func (m *MockCmd) Output() ([]byte, error)

Output mocks base method.

func (*MockCmd) Run

func (m *MockCmd) Run() error

Run mocks base method.

func (*MockCmd) SetIOStreams

func (m *MockCmd) SetIOStreams(arg0 io.Reader, arg1, arg2 io.Writer)

SetIOStreams mocks base method.

func (*MockCmd) Start

func (m *MockCmd) Start() error

Start mocks base method.

func (*MockCmd) Wait

func (m *MockCmd) Wait() error

Wait mocks base method.

type MockCmdMockRecorder

type MockCmdMockRecorder struct {
	// contains filtered or unexported fields
}

MockCmdMockRecorder is the mock recorder for MockCmd.

func (*MockCmdMockRecorder) AppendExtraFiles

func (mr *MockCmdMockRecorder) AppendExtraFiles(arg0 ...interface{}) *gomock.Call

AppendExtraFiles indicates an expected call of AppendExtraFiles.

func (*MockCmdMockRecorder) Args

func (mr *MockCmdMockRecorder) Args() *gomock.Call

Args indicates an expected call of Args.

func (*MockCmdMockRecorder) CombinedOutput

func (mr *MockCmdMockRecorder) CombinedOutput() *gomock.Call

CombinedOutput indicates an expected call of CombinedOutput.

func (*MockCmdMockRecorder) KillProcess

func (mr *MockCmdMockRecorder) KillProcess() *gomock.Call

KillProcess indicates an expected call of KillProcess.

func (*MockCmdMockRecorder) Output

func (mr *MockCmdMockRecorder) Output() *gomock.Call

Output indicates an expected call of Output.

func (*MockCmdMockRecorder) Run

func (mr *MockCmdMockRecorder) Run() *gomock.Call

Run indicates an expected call of Run.

func (*MockCmdMockRecorder) SetIOStreams

func (mr *MockCmdMockRecorder) SetIOStreams(arg0, arg1, arg2 interface{}) *gomock.Call

SetIOStreams indicates an expected call of SetIOStreams.

func (*MockCmdMockRecorder) Start

func (mr *MockCmdMockRecorder) Start() *gomock.Call

Start indicates an expected call of Start.

func (*MockCmdMockRecorder) Wait

func (mr *MockCmdMockRecorder) Wait() *gomock.Call

Wait indicates an expected call of Wait.

type MockExec

type MockExec struct {
	// contains filtered or unexported fields
}

MockExec is a mock of Exec interface.

func NewMockExec

func NewMockExec(ctrl *gomock.Controller) *MockExec

NewMockExec creates a new mock instance.

func (*MockExec) CommandContext

func (m *MockExec) CommandContext(arg0 context.Context, arg1 string, arg2 ...string) execwrapper.Cmd

CommandContext mocks base method.

func (*MockExec) ConvertToExitError

func (m *MockExec) ConvertToExitError(arg0 error) (*exec.ExitError, bool)

ConvertToExitError mocks base method.

func (*MockExec) EXPECT

func (m *MockExec) EXPECT() *MockExecMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockExec) GetExitCode

func (m *MockExec) GetExitCode(arg0 *exec.ExitError) int

GetExitCode mocks base method.

func (*MockExec) NewExecContextWithTimeout

func (m *MockExec) NewExecContextWithTimeout(arg0 context.Context, arg1 time.Duration) (context.Context, context.CancelFunc)

NewExecContextWithTimeout mocks base method.

type MockExecMockRecorder

type MockExecMockRecorder struct {
	// contains filtered or unexported fields
}

MockExecMockRecorder is the mock recorder for MockExec.

func (*MockExecMockRecorder) CommandContext

func (mr *MockExecMockRecorder) CommandContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CommandContext indicates an expected call of CommandContext.

func (*MockExecMockRecorder) ConvertToExitError

func (mr *MockExecMockRecorder) ConvertToExitError(arg0 interface{}) *gomock.Call

ConvertToExitError indicates an expected call of ConvertToExitError.

func (*MockExecMockRecorder) GetExitCode

func (mr *MockExecMockRecorder) GetExitCode(arg0 interface{}) *gomock.Call

GetExitCode indicates an expected call of GetExitCode.

func (*MockExecMockRecorder) NewExecContextWithTimeout

func (mr *MockExecMockRecorder) NewExecContextWithTimeout(arg0, arg1 interface{}) *gomock.Call

NewExecContextWithTimeout indicates an expected call of NewExecContextWithTimeout.

Jump to

Keyboard shortcuts

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