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 FakeCommander ¶
type FakeCommander struct { CommandStub func(args ...string) *exec.Cmd // contains filtered or unexported fields }
func (*FakeCommander) CommandArgsForCall ¶
func (fake *FakeCommander) CommandArgsForCall(i int) []string
func (*FakeCommander) CommandCallCount ¶
func (fake *FakeCommander) CommandCallCount() int
func (*FakeCommander) CommandReturns ¶
func (fake *FakeCommander) CommandReturns(result1 *exec.Cmd)
Click to show internal directories.
Click to hide internal directories.