Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeDeleteActor
- func (fake *FakeDeleteActor) CloudControllerAPIVersion() string
- func (fake *FakeDeleteActor) CloudControllerAPIVersionCallCount() int
- func (fake *FakeDeleteActor) CloudControllerAPIVersionReturns(result1 string)
- func (fake *FakeDeleteActor) CloudControllerAPIVersionReturnsOnCall(i int, result1 string)
- func (fake *FakeDeleteActor) DeleteApplicationByNameAndSpace(name string, spaceGUID string) (v3action.Warnings, error)
- func (fake *FakeDeleteActor) DeleteApplicationByNameAndSpaceArgsForCall(i int) (string, string)
- func (fake *FakeDeleteActor) DeleteApplicationByNameAndSpaceCallCount() int
- func (fake *FakeDeleteActor) DeleteApplicationByNameAndSpaceReturns(result1 v3action.Warnings, result2 error)
- func (fake *FakeDeleteActor) DeleteApplicationByNameAndSpaceReturnsOnCall(i int, result1 v3action.Warnings, result2 error)
- func (fake *FakeDeleteActor) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeDeleteActor ¶
type FakeDeleteActor struct { CloudControllerAPIVersionStub func() string DeleteApplicationByNameAndSpaceStub func(name string, spaceGUID string) (v3action.Warnings, error) // contains filtered or unexported fields }
func (*FakeDeleteActor) CloudControllerAPIVersion ¶
func (fake *FakeDeleteActor) CloudControllerAPIVersion() string
func (*FakeDeleteActor) CloudControllerAPIVersionCallCount ¶
func (fake *FakeDeleteActor) CloudControllerAPIVersionCallCount() int
func (*FakeDeleteActor) CloudControllerAPIVersionReturns ¶
func (fake *FakeDeleteActor) CloudControllerAPIVersionReturns(result1 string)
func (*FakeDeleteActor) CloudControllerAPIVersionReturnsOnCall ¶
func (fake *FakeDeleteActor) CloudControllerAPIVersionReturnsOnCall(i int, result1 string)
func (*FakeDeleteActor) DeleteApplicationByNameAndSpace ¶
func (*FakeDeleteActor) DeleteApplicationByNameAndSpaceArgsForCall ¶
func (fake *FakeDeleteActor) DeleteApplicationByNameAndSpaceArgsForCall(i int) (string, string)
func (*FakeDeleteActor) DeleteApplicationByNameAndSpaceCallCount ¶
func (fake *FakeDeleteActor) DeleteApplicationByNameAndSpaceCallCount() int
func (*FakeDeleteActor) DeleteApplicationByNameAndSpaceReturns ¶
func (fake *FakeDeleteActor) DeleteApplicationByNameAndSpaceReturns(result1 v3action.Warnings, result2 error)
func (*FakeDeleteActor) DeleteApplicationByNameAndSpaceReturnsOnCall ¶
func (fake *FakeDeleteActor) DeleteApplicationByNameAndSpaceReturnsOnCall(i int, result1 v3action.Warnings, result2 error)
func (*FakeDeleteActor) Invocations ¶
func (fake *FakeDeleteActor) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.