reporterfakes

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeAppReporterCloudFoundryClient

type FakeAppReporterCloudFoundryClient struct {
	GetApplicationStub func(lager.Logger, string) (cf.Application, error)

	GetCurrentOrgStub func(lager.Logger) (string, error)

	GetCurrentSpaceStub func(lager.Logger) (string, error)

	UsernameStub func(lager.Logger) (string, error)
	// contains filtered or unexported fields
}

func (*FakeAppReporterCloudFoundryClient) GetApplication

func (fake *FakeAppReporterCloudFoundryClient) GetApplication(arg1 lager.Logger, arg2 string) (cf.Application, error)

func (*FakeAppReporterCloudFoundryClient) GetApplicationArgsForCall

func (fake *FakeAppReporterCloudFoundryClient) GetApplicationArgsForCall(i int) (lager.Logger, string)

func (*FakeAppReporterCloudFoundryClient) GetApplicationCallCount

func (fake *FakeAppReporterCloudFoundryClient) GetApplicationCallCount() int

func (*FakeAppReporterCloudFoundryClient) GetApplicationCalls

func (fake *FakeAppReporterCloudFoundryClient) GetApplicationCalls(stub func(lager.Logger, string) (cf.Application, error))

func (*FakeAppReporterCloudFoundryClient) GetApplicationReturns

func (fake *FakeAppReporterCloudFoundryClient) GetApplicationReturns(result1 cf.Application, result2 error)

func (*FakeAppReporterCloudFoundryClient) GetApplicationReturnsOnCall

func (fake *FakeAppReporterCloudFoundryClient) GetApplicationReturnsOnCall(i int, result1 cf.Application, result2 error)

func (*FakeAppReporterCloudFoundryClient) GetCurrentOrg

func (fake *FakeAppReporterCloudFoundryClient) GetCurrentOrg(arg1 lager.Logger) (string, error)

func (*FakeAppReporterCloudFoundryClient) GetCurrentOrgArgsForCall added in v0.0.2

func (fake *FakeAppReporterCloudFoundryClient) GetCurrentOrgArgsForCall(i int) lager.Logger

func (*FakeAppReporterCloudFoundryClient) GetCurrentOrgCallCount

func (fake *FakeAppReporterCloudFoundryClient) GetCurrentOrgCallCount() int

func (*FakeAppReporterCloudFoundryClient) GetCurrentOrgCalls

func (fake *FakeAppReporterCloudFoundryClient) GetCurrentOrgCalls(stub func(lager.Logger) (string, error))

func (*FakeAppReporterCloudFoundryClient) GetCurrentOrgReturns

func (fake *FakeAppReporterCloudFoundryClient) GetCurrentOrgReturns(result1 string, result2 error)

func (*FakeAppReporterCloudFoundryClient) GetCurrentOrgReturnsOnCall

func (fake *FakeAppReporterCloudFoundryClient) GetCurrentOrgReturnsOnCall(i int, result1 string, result2 error)

func (*FakeAppReporterCloudFoundryClient) GetCurrentSpace

func (fake *FakeAppReporterCloudFoundryClient) GetCurrentSpace(arg1 lager.Logger) (string, error)

func (*FakeAppReporterCloudFoundryClient) GetCurrentSpaceArgsForCall added in v0.0.2

func (fake *FakeAppReporterCloudFoundryClient) GetCurrentSpaceArgsForCall(i int) lager.Logger

func (*FakeAppReporterCloudFoundryClient) GetCurrentSpaceCallCount

func (fake *FakeAppReporterCloudFoundryClient) GetCurrentSpaceCallCount() int

func (*FakeAppReporterCloudFoundryClient) GetCurrentSpaceCalls

func (fake *FakeAppReporterCloudFoundryClient) GetCurrentSpaceCalls(stub func(lager.Logger) (string, error))

func (*FakeAppReporterCloudFoundryClient) GetCurrentSpaceReturns

func (fake *FakeAppReporterCloudFoundryClient) GetCurrentSpaceReturns(result1 string, result2 error)

func (*FakeAppReporterCloudFoundryClient) GetCurrentSpaceReturnsOnCall

func (fake *FakeAppReporterCloudFoundryClient) GetCurrentSpaceReturnsOnCall(i int, result1 string, result2 error)

func (*FakeAppReporterCloudFoundryClient) Invocations

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

func (*FakeAppReporterCloudFoundryClient) Username

func (fake *FakeAppReporterCloudFoundryClient) Username(arg1 lager.Logger) (string, error)

func (*FakeAppReporterCloudFoundryClient) UsernameArgsForCall added in v0.0.2

func (fake *FakeAppReporterCloudFoundryClient) UsernameArgsForCall(i int) lager.Logger

func (*FakeAppReporterCloudFoundryClient) UsernameCallCount

func (fake *FakeAppReporterCloudFoundryClient) UsernameCallCount() int

func (*FakeAppReporterCloudFoundryClient) UsernameCalls

func (fake *FakeAppReporterCloudFoundryClient) UsernameCalls(stub func(lager.Logger) (string, error))

func (*FakeAppReporterCloudFoundryClient) UsernameReturns

func (fake *FakeAppReporterCloudFoundryClient) UsernameReturns(result1 string, result2 error)

func (*FakeAppReporterCloudFoundryClient) UsernameReturnsOnCall

func (fake *FakeAppReporterCloudFoundryClient) UsernameReturnsOnCall(i int, result1 string, result2 error)

type FakeCloudFoundryClient

type FakeCloudFoundryClient struct {
	GetCurrentOrgStub func(lager.Logger) (string, error)

	GetSpacesStub func(lager.Logger) ([]cf.Space, error)

	UsernameStub func(lager.Logger) (string, error)
	// contains filtered or unexported fields
}

func (*FakeCloudFoundryClient) GetCurrentOrg

func (fake *FakeCloudFoundryClient) GetCurrentOrg(arg1 lager.Logger) (string, error)

func (*FakeCloudFoundryClient) GetCurrentOrgArgsForCall added in v0.0.2

func (fake *FakeCloudFoundryClient) GetCurrentOrgArgsForCall(i int) lager.Logger

func (*FakeCloudFoundryClient) GetCurrentOrgCallCount

func (fake *FakeCloudFoundryClient) GetCurrentOrgCallCount() int

func (*FakeCloudFoundryClient) GetCurrentOrgCalls

func (fake *FakeCloudFoundryClient) GetCurrentOrgCalls(stub func(lager.Logger) (string, error))

func (*FakeCloudFoundryClient) GetCurrentOrgReturns

func (fake *FakeCloudFoundryClient) GetCurrentOrgReturns(result1 string, result2 error)

func (*FakeCloudFoundryClient) GetCurrentOrgReturnsOnCall

func (fake *FakeCloudFoundryClient) GetCurrentOrgReturnsOnCall(i int, result1 string, result2 error)

func (*FakeCloudFoundryClient) GetSpaces

func (fake *FakeCloudFoundryClient) GetSpaces(arg1 lager.Logger) ([]cf.Space, error)

func (*FakeCloudFoundryClient) GetSpacesArgsForCall added in v0.0.2

func (fake *FakeCloudFoundryClient) GetSpacesArgsForCall(i int) lager.Logger

func (*FakeCloudFoundryClient) GetSpacesCallCount

func (fake *FakeCloudFoundryClient) GetSpacesCallCount() int

func (*FakeCloudFoundryClient) GetSpacesCalls

func (fake *FakeCloudFoundryClient) GetSpacesCalls(stub func(lager.Logger) ([]cf.Space, error))

func (*FakeCloudFoundryClient) GetSpacesReturns

func (fake *FakeCloudFoundryClient) GetSpacesReturns(result1 []cf.Space, result2 error)

func (*FakeCloudFoundryClient) GetSpacesReturnsOnCall

func (fake *FakeCloudFoundryClient) GetSpacesReturnsOnCall(i int, result1 []cf.Space, result2 error)

func (*FakeCloudFoundryClient) Invocations

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

func (*FakeCloudFoundryClient) Username

func (fake *FakeCloudFoundryClient) Username(arg1 lager.Logger) (string, error)

func (*FakeCloudFoundryClient) UsernameArgsForCall added in v0.0.2

func (fake *FakeCloudFoundryClient) UsernameArgsForCall(i int) lager.Logger

func (*FakeCloudFoundryClient) UsernameCallCount

func (fake *FakeCloudFoundryClient) UsernameCallCount() int

func (*FakeCloudFoundryClient) UsernameCalls

func (fake *FakeCloudFoundryClient) UsernameCalls(stub func(lager.Logger) (string, error))

func (*FakeCloudFoundryClient) UsernameReturns

func (fake *FakeCloudFoundryClient) UsernameReturns(result1 string, result2 error)

func (*FakeCloudFoundryClient) UsernameReturnsOnCall

func (fake *FakeCloudFoundryClient) UsernameReturnsOnCall(i int, result1 string, result2 error)

type FakeInstanceDataFetcher

type FakeInstanceDataFetcher struct {
	FetchInstanceDataStub func(lager.Logger, string, map[int]cf.Instance) (map[int]interface{}, error)
	// contains filtered or unexported fields
}

func (*FakeInstanceDataFetcher) FetchInstanceData

func (fake *FakeInstanceDataFetcher) FetchInstanceData(arg1 lager.Logger, arg2 string, arg3 map[int]cf.Instance) (map[int]interface{}, error)

func (*FakeInstanceDataFetcher) FetchInstanceDataArgsForCall

func (fake *FakeInstanceDataFetcher) FetchInstanceDataArgsForCall(i int) (lager.Logger, string, map[int]cf.Instance)

func (*FakeInstanceDataFetcher) FetchInstanceDataCallCount

func (fake *FakeInstanceDataFetcher) FetchInstanceDataCallCount() int

func (*FakeInstanceDataFetcher) FetchInstanceDataCalls

func (fake *FakeInstanceDataFetcher) FetchInstanceDataCalls(stub func(lager.Logger, string, map[int]cf.Instance) (map[int]interface{}, error))

func (*FakeInstanceDataFetcher) FetchInstanceDataReturns

func (fake *FakeInstanceDataFetcher) FetchInstanceDataReturns(result1 map[int]interface{}, result2 error)

func (*FakeInstanceDataFetcher) FetchInstanceDataReturnsOnCall

func (fake *FakeInstanceDataFetcher) FetchInstanceDataReturnsOnCall(i int, result1 map[int]interface{}, result2 error)

func (*FakeInstanceDataFetcher) Invocations

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

type FakeMetricsFetcher

type FakeMetricsFetcher struct {
	FetchInstanceDataStub func(lager.Logger, string, map[int]cf.Instance) (map[int]interface{}, error)
	// contains filtered or unexported fields
}

func (*FakeMetricsFetcher) FetchInstanceData

func (fake *FakeMetricsFetcher) FetchInstanceData(arg1 lager.Logger, arg2 string, arg3 map[int]cf.Instance) (map[int]interface{}, error)

func (*FakeMetricsFetcher) FetchInstanceDataArgsForCall

func (fake *FakeMetricsFetcher) FetchInstanceDataArgsForCall(i int) (lager.Logger, string, map[int]cf.Instance)

func (*FakeMetricsFetcher) FetchInstanceDataCallCount

func (fake *FakeMetricsFetcher) FetchInstanceDataCallCount() int

func (*FakeMetricsFetcher) FetchInstanceDataCalls

func (fake *FakeMetricsFetcher) FetchInstanceDataCalls(stub func(lager.Logger, string, map[int]cf.Instance) (map[int]interface{}, error))

func (*FakeMetricsFetcher) FetchInstanceDataReturns

func (fake *FakeMetricsFetcher) FetchInstanceDataReturns(result1 map[int]interface{}, result2 error)

func (*FakeMetricsFetcher) FetchInstanceDataReturnsOnCall

func (fake *FakeMetricsFetcher) FetchInstanceDataReturnsOnCall(i int, result1 map[int]interface{}, result2 error)

func (*FakeMetricsFetcher) Invocations

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

Jump to

Keyboard shortcuts

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