invokerfakes

package
v0.93.0 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeInvokeResult

type FakeInvokeResult struct {
	StdErrorStub func() string

	StdOutputStub func() string

	WaitStub func() error

	WaitForStub func(string, time.Duration) error
	// contains filtered or unexported fields
}

func (*FakeInvokeResult) Invocations

func (fake *FakeInvokeResult) Invocations() map[string][][]interface{}

func (*FakeInvokeResult) StdError

func (fake *FakeInvokeResult) StdError() string

func (*FakeInvokeResult) StdErrorCallCount

func (fake *FakeInvokeResult) StdErrorCallCount() int

func (*FakeInvokeResult) StdErrorCalls

func (fake *FakeInvokeResult) StdErrorCalls(stub func() string)

func (*FakeInvokeResult) StdErrorReturns

func (fake *FakeInvokeResult) StdErrorReturns(result1 string)

func (*FakeInvokeResult) StdErrorReturnsOnCall

func (fake *FakeInvokeResult) StdErrorReturnsOnCall(i int, result1 string)

func (*FakeInvokeResult) StdOutput

func (fake *FakeInvokeResult) StdOutput() string

func (*FakeInvokeResult) StdOutputCallCount

func (fake *FakeInvokeResult) StdOutputCallCount() int

func (*FakeInvokeResult) StdOutputCalls

func (fake *FakeInvokeResult) StdOutputCalls(stub func() string)

func (*FakeInvokeResult) StdOutputReturns

func (fake *FakeInvokeResult) StdOutputReturns(result1 string)

func (*FakeInvokeResult) StdOutputReturnsOnCall

func (fake *FakeInvokeResult) StdOutputReturnsOnCall(i int, result1 string)

func (*FakeInvokeResult) Wait

func (fake *FakeInvokeResult) Wait() error

func (*FakeInvokeResult) WaitCallCount

func (fake *FakeInvokeResult) WaitCallCount() int

func (*FakeInvokeResult) WaitCalls

func (fake *FakeInvokeResult) WaitCalls(stub func() error)

func (*FakeInvokeResult) WaitFor

func (fake *FakeInvokeResult) WaitFor(arg1 string, arg2 time.Duration) error

func (*FakeInvokeResult) WaitForArgsForCall

func (fake *FakeInvokeResult) WaitForArgsForCall(i int) (string, time.Duration)

func (*FakeInvokeResult) WaitForCallCount

func (fake *FakeInvokeResult) WaitForCallCount() int

func (*FakeInvokeResult) WaitForCalls

func (fake *FakeInvokeResult) WaitForCalls(stub func(string, time.Duration) error)

func (*FakeInvokeResult) WaitForReturns

func (fake *FakeInvokeResult) WaitForReturns(result1 error)

func (*FakeInvokeResult) WaitForReturnsOnCall

func (fake *FakeInvokeResult) WaitForReturnsOnCall(i int, result1 error)

func (*FakeInvokeResult) WaitReturns

func (fake *FakeInvokeResult) WaitReturns(result1 error)

func (*FakeInvokeResult) WaitReturnsOnCall

func (fake *FakeInvokeResult) WaitReturnsOnCall(i int, result1 error)

type FakeInvoker

type FakeInvoker struct {
	InvokeStub func(dockerdriver.Env, string, []string, ...string) invoker.InvokeResult
	// contains filtered or unexported fields
}

func (*FakeInvoker) Invocations

func (fake *FakeInvoker) Invocations() map[string][][]interface{}

func (*FakeInvoker) Invoke

func (fake *FakeInvoker) Invoke(arg1 dockerdriver.Env, arg2 string, arg3 []string, arg4 ...string) invoker.InvokeResult

func (*FakeInvoker) InvokeArgsForCall

func (fake *FakeInvoker) InvokeArgsForCall(i int) (dockerdriver.Env, string, []string, []string)

func (*FakeInvoker) InvokeCallCount

func (fake *FakeInvoker) InvokeCallCount() int

func (*FakeInvoker) InvokeCalls

func (fake *FakeInvoker) InvokeCalls(stub func(dockerdriver.Env, string, []string, ...string) invoker.InvokeResult)

func (*FakeInvoker) InvokeReturns

func (fake *FakeInvoker) InvokeReturns(result1 invoker.InvokeResult)

func (*FakeInvoker) InvokeReturnsOnCall

func (fake *FakeInvoker) InvokeReturnsOnCall(i int, result1 invoker.InvokeResult)

Jump to

Keyboard shortcuts

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