apifakes

package
v0.0.0-...-5a7770c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

This file was generated by counterfeiter

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeCFClientCaller

type FakeCFClientCaller struct {
	AppByGuidStub func(guid string) (cfclient.App, error)

	GetAppInstancesStub func(guid string) (map[string]cfclient.AppInstance, error)

	UsersByStub func(guid string, entity string) ([]cfclient.User, error)

	ListSpacesStub func() ([]cfclient.Space, error)

	ListOrgsStub func() ([]cfclient.Org, error)

	ListAppsStub func() ([]cfclient.App, error)

	AppSpaceStub func(app cfclient.App) (cfclient.Space, error)

	SpaceOrgStub func(space cfclient.Space) (cfclient.Org, error)
	// contains filtered or unexported fields
}

func (*FakeCFClientCaller) AppByGuid

func (fake *FakeCFClientCaller) AppByGuid(guid string) (cfclient.App, error)

func (*FakeCFClientCaller) AppByGuidArgsForCall

func (fake *FakeCFClientCaller) AppByGuidArgsForCall(i int) string

func (*FakeCFClientCaller) AppByGuidCallCount

func (fake *FakeCFClientCaller) AppByGuidCallCount() int

func (*FakeCFClientCaller) AppByGuidReturns

func (fake *FakeCFClientCaller) AppByGuidReturns(result1 cfclient.App, result2 error)

func (*FakeCFClientCaller) AppSpace

func (fake *FakeCFClientCaller) AppSpace(app cfclient.App) (cfclient.Space, error)

func (*FakeCFClientCaller) AppSpaceArgsForCall

func (fake *FakeCFClientCaller) AppSpaceArgsForCall(i int) cfclient.App

func (*FakeCFClientCaller) AppSpaceCallCount

func (fake *FakeCFClientCaller) AppSpaceCallCount() int

func (*FakeCFClientCaller) AppSpaceReturns

func (fake *FakeCFClientCaller) AppSpaceReturns(result1 cfclient.Space, result2 error)

func (*FakeCFClientCaller) GetAppInstances

func (fake *FakeCFClientCaller) GetAppInstances(guid string) (map[string]cfclient.AppInstance, error)

func (*FakeCFClientCaller) GetAppInstancesArgsForCall

func (fake *FakeCFClientCaller) GetAppInstancesArgsForCall(i int) string

func (*FakeCFClientCaller) GetAppInstancesCallCount

func (fake *FakeCFClientCaller) GetAppInstancesCallCount() int

func (*FakeCFClientCaller) GetAppInstancesReturns

func (fake *FakeCFClientCaller) GetAppInstancesReturns(result1 map[string]cfclient.AppInstance, result2 error)

func (*FakeCFClientCaller) Invocations

func (fake *FakeCFClientCaller) Invocations() map[string][][]interface{}

func (*FakeCFClientCaller) ListApps

func (fake *FakeCFClientCaller) ListApps() ([]cfclient.App, error)

func (*FakeCFClientCaller) ListAppsCallCount

func (fake *FakeCFClientCaller) ListAppsCallCount() int

func (*FakeCFClientCaller) ListAppsReturns

func (fake *FakeCFClientCaller) ListAppsReturns(result1 []cfclient.App, result2 error)

func (*FakeCFClientCaller) ListOrgs

func (fake *FakeCFClientCaller) ListOrgs() ([]cfclient.Org, error)

func (*FakeCFClientCaller) ListOrgsCallCount

func (fake *FakeCFClientCaller) ListOrgsCallCount() int

func (*FakeCFClientCaller) ListOrgsReturns

func (fake *FakeCFClientCaller) ListOrgsReturns(result1 []cfclient.Org, result2 error)

func (*FakeCFClientCaller) ListSpaces

func (fake *FakeCFClientCaller) ListSpaces() ([]cfclient.Space, error)

func (*FakeCFClientCaller) ListSpacesCallCount

func (fake *FakeCFClientCaller) ListSpacesCallCount() int

func (*FakeCFClientCaller) ListSpacesReturns

func (fake *FakeCFClientCaller) ListSpacesReturns(result1 []cfclient.Space, result2 error)

func (*FakeCFClientCaller) SpaceOrg

func (fake *FakeCFClientCaller) SpaceOrg(space cfclient.Space) (cfclient.Org, error)

func (*FakeCFClientCaller) SpaceOrgArgsForCall

func (fake *FakeCFClientCaller) SpaceOrgArgsForCall(i int) cfclient.Space

func (*FakeCFClientCaller) SpaceOrgCallCount

func (fake *FakeCFClientCaller) SpaceOrgCallCount() int

func (*FakeCFClientCaller) SpaceOrgReturns

func (fake *FakeCFClientCaller) SpaceOrgReturns(result1 cfclient.Org, result2 error)

func (*FakeCFClientCaller) UsersBy

func (fake *FakeCFClientCaller) UsersBy(guid string, entity string) ([]cfclient.User, error)

func (*FakeCFClientCaller) UsersByArgsForCall

func (fake *FakeCFClientCaller) UsersByArgsForCall(i int) (string, string)

func (*FakeCFClientCaller) UsersByCallCount

func (fake *FakeCFClientCaller) UsersByCallCount() int

func (*FakeCFClientCaller) UsersByReturns

func (fake *FakeCFClientCaller) UsersByReturns(result1 []cfclient.User, result2 error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL