Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeRunner
- func (fake *FakeRunner) Start(cmd *exec.Cmd) error
- func (fake *FakeRunner) StartArgsForCall(i int) *exec.Cmd
- func (fake *FakeRunner) StartCallCount() int
- func (fake *FakeRunner) StartReturns(result1 error)
- func (fake *FakeRunner) Wait(cmd *exec.Cmd) byte
- func (fake *FakeRunner) WaitArgsForCall(i int) *exec.Cmd
- func (fake *FakeRunner) WaitCallCount() int
- func (fake *FakeRunner) WaitReturns(result1 byte)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeRunner ¶
type FakeRunner struct { StartStub func(cmd *exec.Cmd) error WaitStub func(cmd *exec.Cmd) byte // contains filtered or unexported fields }
func (*FakeRunner) StartArgsForCall ¶
func (fake *FakeRunner) StartArgsForCall(i int) *exec.Cmd
func (*FakeRunner) StartCallCount ¶
func (fake *FakeRunner) StartCallCount() int
func (*FakeRunner) StartReturns ¶
func (fake *FakeRunner) StartReturns(result1 error)
func (*FakeRunner) WaitArgsForCall ¶
func (fake *FakeRunner) WaitArgsForCall(i int) *exec.Cmd
func (*FakeRunner) WaitCallCount ¶
func (fake *FakeRunner) WaitCallCount() int
func (*FakeRunner) WaitReturns ¶
func (fake *FakeRunner) WaitReturns(result1 byte)
Click to show internal directories.
Click to hide internal directories.