Documentation ¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter ¶
This file was generated by counterfeiter
Index ¶
- type FakeCommandRunner
- func (fake *FakeCommandRunner) Command(arg1 []string, arg2 commandregistry.Dependency, arg3 bool) error
- func (fake *FakeCommandRunner) CommandArgsForCall(i int) ([]string, commandregistry.Dependency, bool)
- func (fake *FakeCommandRunner) CommandCallCount() int
- func (fake *FakeCommandRunner) CommandReturns(result1 error)
- type FakeOutputCapture
- type FakeTerminalOutputSwitch
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCommandRunner ¶
type FakeCommandRunner struct { CommandStub func([]string, commandregistry.Dependency, bool) error // contains filtered or unexported fields }
func (*FakeCommandRunner) Command ¶
func (fake *FakeCommandRunner) Command(arg1 []string, arg2 commandregistry.Dependency, arg3 bool) error
func (*FakeCommandRunner) CommandArgsForCall ¶
func (fake *FakeCommandRunner) CommandArgsForCall(i int) ([]string, commandregistry.Dependency, bool)
func (*FakeCommandRunner) CommandCallCount ¶
func (fake *FakeCommandRunner) CommandCallCount() int
func (*FakeCommandRunner) CommandReturns ¶
func (fake *FakeCommandRunner) CommandReturns(result1 error)
type FakeOutputCapture ¶
type FakeOutputCapture struct { SetOutputBucketStub func(io.Writer) // contains filtered or unexported fields }
func (*FakeOutputCapture) SetOutputBucket ¶
func (fake *FakeOutputCapture) SetOutputBucket(arg1 io.Writer)
func (*FakeOutputCapture) SetOutputBucketArgsForCall ¶
func (fake *FakeOutputCapture) SetOutputBucketArgsForCall(i int) io.Writer
func (*FakeOutputCapture) SetOutputBucketCallCount ¶
func (fake *FakeOutputCapture) SetOutputBucketCallCount() int
type FakeTerminalOutputSwitch ¶
type FakeTerminalOutputSwitch struct { DisableTerminalOutputStub func(bool) // contains filtered or unexported fields }
func (*FakeTerminalOutputSwitch) DisableTerminalOutput ¶
func (fake *FakeTerminalOutputSwitch) DisableTerminalOutput(arg1 bool)
func (*FakeTerminalOutputSwitch) DisableTerminalOutputArgsForCall ¶
func (fake *FakeTerminalOutputSwitch) DisableTerminalOutputArgsForCall(i int) bool
func (*FakeTerminalOutputSwitch) DisableTerminalOutputCallCount ¶
func (fake *FakeTerminalOutputSwitch) DisableTerminalOutputCallCount() int
Click to show internal directories.
Click to hide internal directories.