Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeBackgroundInvoker
- func (fake *FakeBackgroundInvoker) Invocations() map[string][][]interface{}
- func (fake *FakeBackgroundInvoker) Invoke(arg1 dockerdriver.Env, arg2 string, arg3 []string, arg4 string, ...) error
- func (fake *FakeBackgroundInvoker) InvokeArgsForCall(i int) (dockerdriver.Env, string, []string, string, time.Duration)
- func (fake *FakeBackgroundInvoker) InvokeCallCount() int
- func (fake *FakeBackgroundInvoker) InvokeCalls(stub func(dockerdriver.Env, string, []string, string, time.Duration) error)
- func (fake *FakeBackgroundInvoker) InvokeReturns(result1 error)
- func (fake *FakeBackgroundInvoker) InvokeReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBackgroundInvoker ¶
type FakeBackgroundInvoker struct { InvokeStub func(dockerdriver.Env, string, []string, string, time.Duration) error // contains filtered or unexported fields }
func (*FakeBackgroundInvoker) Invocations ¶
func (fake *FakeBackgroundInvoker) Invocations() map[string][][]interface{}
func (*FakeBackgroundInvoker) Invoke ¶
func (fake *FakeBackgroundInvoker) Invoke(arg1 dockerdriver.Env, arg2 string, arg3 []string, arg4 string, arg5 time.Duration) error
func (*FakeBackgroundInvoker) InvokeArgsForCall ¶
func (fake *FakeBackgroundInvoker) InvokeArgsForCall(i int) (dockerdriver.Env, string, []string, string, time.Duration)
func (*FakeBackgroundInvoker) InvokeCallCount ¶
func (fake *FakeBackgroundInvoker) InvokeCallCount() int
func (*FakeBackgroundInvoker) InvokeCalls ¶
func (fake *FakeBackgroundInvoker) InvokeCalls(stub func(dockerdriver.Env, string, []string, string, time.Duration) error)
func (*FakeBackgroundInvoker) InvokeReturns ¶
func (fake *FakeBackgroundInvoker) InvokeReturns(result1 error)
func (*FakeBackgroundInvoker) InvokeReturnsOnCall ¶
func (fake *FakeBackgroundInvoker) InvokeReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.