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