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 FakeCmdPreparer ¶
type FakeCmdPreparer struct { PrepareCmdStub func(garden.ProcessSpec) (*exec.Cmd, error) // contains filtered or unexported fields }
func (*FakeCmdPreparer) PrepareCmd ¶
func (fake *FakeCmdPreparer) PrepareCmd(arg1 garden.ProcessSpec) (*exec.Cmd, error)
func (*FakeCmdPreparer) PrepareCmdArgsForCall ¶
func (fake *FakeCmdPreparer) PrepareCmdArgsForCall(i int) garden.ProcessSpec
func (*FakeCmdPreparer) PrepareCmdCallCount ¶
func (fake *FakeCmdPreparer) PrepareCmdCallCount() int
func (*FakeCmdPreparer) PrepareCmdReturns ¶
func (fake *FakeCmdPreparer) PrepareCmdReturns(result1 *exec.Cmd, result2 error)
Click to show internal directories.
Click to hide internal directories.