Documentation ¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter
Index ¶
- type FakeApiClient
- func (fake *FakeApiClient) AnnotateWithCloudControllerData(app *domain.App)
- func (fake *FakeApiClient) AnnotateWithCloudControllerDataArgsForCall(i int) *domain.App
- func (fake *FakeApiClient) AnnotateWithCloudControllerDataCallCount() int
- func (fake *FakeApiClient) Invocations() map[string][][]interface{}
- type FakeCachedApp
- func (fake *FakeCachedApp) GetAllApp() []caching.App
- func (fake *FakeCachedApp) GetAllAppCallCount() int
- func (fake *FakeCachedApp) GetAllAppReturns(result1 []caching.App)
- func (fake *FakeCachedApp) GetAppByGUID(appGUID string) []caching.App
- func (fake *FakeCachedApp) GetAppByGUIDArgsForCall(i int) string
- func (fake *FakeCachedApp) GetAppByGUIDCallCount() int
- func (fake *FakeCachedApp) GetAppByGUIDReturns(result1 []caching.App)
- func (fake *FakeCachedApp) GetAppInfo(appGUID string) caching.App
- func (fake *FakeCachedApp) GetAppInfoArgsForCall(i int) string
- func (fake *FakeCachedApp) GetAppInfoCallCount() int
- func (fake *FakeCachedApp) GetAppInfoReturns(result1 caching.App)
- func (fake *FakeCachedApp) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeApiClient ¶
type FakeApiClient struct { AnnotateWithCloudControllerDataStub func(app *domain.App) // contains filtered or unexported fields }
func (*FakeApiClient) AnnotateWithCloudControllerData ¶
func (fake *FakeApiClient) AnnotateWithCloudControllerData(app *domain.App)
func (*FakeApiClient) AnnotateWithCloudControllerDataArgsForCall ¶
func (fake *FakeApiClient) AnnotateWithCloudControllerDataArgsForCall(i int) *domain.App
func (*FakeApiClient) AnnotateWithCloudControllerDataCallCount ¶
func (fake *FakeApiClient) AnnotateWithCloudControllerDataCallCount() int
func (*FakeApiClient) Invocations ¶
func (fake *FakeApiClient) Invocations() map[string][][]interface{}
type FakeCachedApp ¶
type FakeCachedApp struct { GetAppByGUIDStub func(appGUID string) []caching.App GetAppInfoStub func(appGUID string) caching.App GetAllAppStub func() []caching.App // contains filtered or unexported fields }
func (*FakeCachedApp) GetAllApp ¶
func (fake *FakeCachedApp) GetAllApp() []caching.App
func (*FakeCachedApp) GetAllAppCallCount ¶
func (fake *FakeCachedApp) GetAllAppCallCount() int
func (*FakeCachedApp) GetAllAppReturns ¶
func (fake *FakeCachedApp) GetAllAppReturns(result1 []caching.App)
func (*FakeCachedApp) GetAppByGUID ¶
func (fake *FakeCachedApp) GetAppByGUID(appGUID string) []caching.App
func (*FakeCachedApp) GetAppByGUIDArgsForCall ¶
func (fake *FakeCachedApp) GetAppByGUIDArgsForCall(i int) string
func (*FakeCachedApp) GetAppByGUIDCallCount ¶
func (fake *FakeCachedApp) GetAppByGUIDCallCount() int
func (*FakeCachedApp) GetAppByGUIDReturns ¶
func (fake *FakeCachedApp) GetAppByGUIDReturns(result1 []caching.App)
func (*FakeCachedApp) GetAppInfo ¶
func (fake *FakeCachedApp) GetAppInfo(appGUID string) caching.App
func (*FakeCachedApp) GetAppInfoArgsForCall ¶
func (fake *FakeCachedApp) GetAppInfoArgsForCall(i int) string
func (*FakeCachedApp) GetAppInfoCallCount ¶
func (fake *FakeCachedApp) GetAppInfoCallCount() int
func (*FakeCachedApp) GetAppInfoReturns ¶
func (fake *FakeCachedApp) GetAppInfoReturns(result1 caching.App)
func (*FakeCachedApp) Invocations ¶
func (fake *FakeCachedApp) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.