Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeAppStager
- func (fake *FakeAppStager) Invocations() map[string][][]interface{}
- func (fake *FakeAppStager) StageAndStart(arg1 v7action.Application, arg2 string, arg3 constant.DeploymentStrategy, ...) error
- func (fake *FakeAppStager) StageAndStartArgsForCall(i int) (v7action.Application, string, constant.DeploymentStrategy, bool)
- func (fake *FakeAppStager) StageAndStartCallCount() int
- func (fake *FakeAppStager) StageAndStartCalls(...)
- func (fake *FakeAppStager) StageAndStartReturns(result1 error)
- func (fake *FakeAppStager) StageAndStartReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAppStager ¶
type FakeAppStager struct { StageAndStartStub func(v7action.Application, string, constant.DeploymentStrategy, bool) error // contains filtered or unexported fields }
func (*FakeAppStager) Invocations ¶
func (fake *FakeAppStager) Invocations() map[string][][]interface{}
func (*FakeAppStager) StageAndStart ¶
func (fake *FakeAppStager) StageAndStart(arg1 v7action.Application, arg2 string, arg3 constant.DeploymentStrategy, arg4 bool) error
func (*FakeAppStager) StageAndStartArgsForCall ¶
func (fake *FakeAppStager) StageAndStartArgsForCall(i int) (v7action.Application, string, constant.DeploymentStrategy, bool)
func (*FakeAppStager) StageAndStartCallCount ¶
func (fake *FakeAppStager) StageAndStartCallCount() int
func (*FakeAppStager) StageAndStartCalls ¶
func (fake *FakeAppStager) StageAndStartCalls(stub func(v7action.Application, string, constant.DeploymentStrategy, bool) error)
func (*FakeAppStager) StageAndStartReturns ¶
func (fake *FakeAppStager) StageAndStartReturns(result1 error)
func (*FakeAppStager) StageAndStartReturnsOnCall ¶
func (fake *FakeAppStager) StageAndStartReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.