Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeExecutor
- func (fake *FakeExecutor) Execute(arg1 context.Context, arg2 string, arg3 string, arg4 string) error
- func (fake *FakeExecutor) ExecuteArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeExecutor) ExecuteCallCount() int
- func (fake *FakeExecutor) ExecuteCalls(stub func(context.Context, string, string, string) error)
- func (fake *FakeExecutor) ExecuteReturns(result1 error)
- func (fake *FakeExecutor) ExecuteReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutor) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeExecutor ¶
type FakeExecutor struct {
ExecuteStub func(context.Context, string, string, string) error
// contains filtered or unexported fields
}
func (*FakeExecutor) ExecuteArgsForCall ¶
func (*FakeExecutor) ExecuteCallCount ¶
func (fake *FakeExecutor) ExecuteCallCount() int
func (*FakeExecutor) ExecuteCalls ¶
func (*FakeExecutor) ExecuteReturns ¶
func (fake *FakeExecutor) ExecuteReturns(result1 error)
func (*FakeExecutor) ExecuteReturnsOnCall ¶
func (fake *FakeExecutor) ExecuteReturnsOnCall(i int, result1 error)
func (*FakeExecutor) Invocations ¶
func (fake *FakeExecutor) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.