Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeExecutable
- func (fake *FakeExecutable) Invocations() map[string][][]interface{}
- func (fake *FakeExecutable) Run(cmd *exec.Cmd) error
- func (fake *FakeExecutable) RunArgsForCall(i int) *exec.Cmd
- func (fake *FakeExecutable) RunCallCount() int
- func (fake *FakeExecutable) RunReturns(result1 error)
- func (fake *FakeExecutable) RunReturnsOnCall(i int, result1 error)
- func (fake *FakeExecutable) Start(cmd *exec.Cmd) error
- func (fake *FakeExecutable) StartArgsForCall(i int) *exec.Cmd
- func (fake *FakeExecutable) StartCallCount() int
- func (fake *FakeExecutable) StartReturns(result1 error)
- func (fake *FakeExecutable) StartReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeExecutable ¶
type FakeExecutable struct { RunStub func(cmd *exec.Cmd) error StartStub func(cmd *exec.Cmd) error // contains filtered or unexported fields }
func (*FakeExecutable) Invocations ¶
func (fake *FakeExecutable) Invocations() map[string][][]interface{}
func (*FakeExecutable) RunArgsForCall ¶
func (fake *FakeExecutable) RunArgsForCall(i int) *exec.Cmd
func (*FakeExecutable) RunCallCount ¶
func (fake *FakeExecutable) RunCallCount() int
func (*FakeExecutable) RunReturns ¶
func (fake *FakeExecutable) RunReturns(result1 error)
func (*FakeExecutable) RunReturnsOnCall ¶
func (fake *FakeExecutable) RunReturnsOnCall(i int, result1 error)
func (*FakeExecutable) StartArgsForCall ¶
func (fake *FakeExecutable) StartArgsForCall(i int) *exec.Cmd
func (*FakeExecutable) StartCallCount ¶
func (fake *FakeExecutable) StartCallCount() int
func (*FakeExecutable) StartReturns ¶
func (fake *FakeExecutable) StartReturns(result1 error)
func (*FakeExecutable) StartReturnsOnCall ¶
func (fake *FakeExecutable) StartReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.