Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeRepository
- func (fake *FakeRepository) CopyApplication(sourceAppGUID string, targetAppGUID string) error
- func (fake *FakeRepository) CopyApplicationArgsForCall(i int) (string, string)
- func (fake *FakeRepository) CopyApplicationCallCount() int
- func (fake *FakeRepository) CopyApplicationReturns(result1 error)
- func (fake *FakeRepository) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeRepository ¶
type FakeRepository struct { CopyApplicationStub func(sourceAppGUID, targetAppGUID string) error // contains filtered or unexported fields }
func (*FakeRepository) CopyApplication ¶
func (fake *FakeRepository) CopyApplication(sourceAppGUID string, targetAppGUID string) error
func (*FakeRepository) CopyApplicationArgsForCall ¶
func (fake *FakeRepository) CopyApplicationArgsForCall(i int) (string, string)
func (*FakeRepository) CopyApplicationCallCount ¶
func (fake *FakeRepository) CopyApplicationCallCount() int
func (*FakeRepository) CopyApplicationReturns ¶
func (fake *FakeRepository) CopyApplicationReturns(result1 error)
func (*FakeRepository) Invocations ¶
func (fake *FakeRepository) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.