Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeSpawner ¶
type FakeSpawner struct { SpawnStub func(cmd *exec.Cmd, withTty bool) ([]*os.File, error) // contains filtered or unexported fields }
func (*FakeSpawner) SpawnArgsForCall ¶
func (fake *FakeSpawner) SpawnArgsForCall(i int) (*exec.Cmd, bool)
func (*FakeSpawner) SpawnCallCount ¶
func (fake *FakeSpawner) SpawnCallCount() int
func (*FakeSpawner) SpawnReturns ¶
func (fake *FakeSpawner) SpawnReturns(result1 []*os.File, result2 error)
Click to show internal directories.
Click to hide internal directories.