fakes

package
v6.8.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2014 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 FakeRepository

type FakeRepository struct {
	ApiEndpointStub func() string

	ApiVersionStub func() string

	HasAPIEndpointStub func() bool

	AuthenticationEndpointStub func() string

	LoggregatorEndpointStub func() string

	UaaEndpointStub func() string

	AccessTokenStub func() string

	RefreshTokenStub func() string

	OrganizationFieldsStub func() models.OrganizationFields

	HasOrganizationStub func() bool

	SpaceFieldsStub func() models.SpaceFields

	HasSpaceStub func() bool

	UsernameStub func() string

	UserGuidStub func() string

	UserEmailStub func() string

	IsLoggedInStub func() bool

	IsSSLDisabledStub func() bool

	AsyncTimeoutStub func() uint

	TraceStub func() string

	ColorEnabledStub func() string

	LocaleStub func() string

	PluginsStub func() map[string]string

	UserHomePathStub func() string

	ClearSessionStub func()

	SetApiEndpointStub func(string)

	SetApiVersionStub func(string)

	SetAuthenticationEndpointStub func(string)

	SetLoggregatorEndpointStub func(string)

	SetUaaEndpointStub func(string)

	SetAccessTokenStub func(string)

	SetRefreshTokenStub func(string)

	SetOrganizationFieldsStub func(models.OrganizationFields)

	SetSpaceFieldsStub func(models.SpaceFields)

	SetSSLDisabledStub func(bool)

	SetAsyncTimeoutStub func(uint)

	SetTraceStub func(string)

	SetColorEnabledStub func(string)

	SetLocaleStub func(string)

	SetPluginStub func(string, string)

	CloseStub func()
	// contains filtered or unexported fields
}

func (*FakeRepository) AccessToken

func (fake *FakeRepository) AccessToken() string

func (*FakeRepository) AccessTokenCallCount

func (fake *FakeRepository) AccessTokenCallCount() int

func (*FakeRepository) AccessTokenReturns

func (fake *FakeRepository) AccessTokenReturns(result1 string)

func (*FakeRepository) ApiEndpoint

func (fake *FakeRepository) ApiEndpoint() string

func (*FakeRepository) ApiEndpointCallCount

func (fake *FakeRepository) ApiEndpointCallCount() int

func (*FakeRepository) ApiEndpointReturns

func (fake *FakeRepository) ApiEndpointReturns(result1 string)

func (*FakeRepository) ApiVersion

func (fake *FakeRepository) ApiVersion() string

func (*FakeRepository) ApiVersionCallCount

func (fake *FakeRepository) ApiVersionCallCount() int

func (*FakeRepository) ApiVersionReturns

func (fake *FakeRepository) ApiVersionReturns(result1 string)

func (*FakeRepository) AsyncTimeout

func (fake *FakeRepository) AsyncTimeout() uint

func (*FakeRepository) AsyncTimeoutCallCount

func (fake *FakeRepository) AsyncTimeoutCallCount() int

func (*FakeRepository) AsyncTimeoutReturns

func (fake *FakeRepository) AsyncTimeoutReturns(result1 uint)

func (*FakeRepository) AuthenticationEndpoint

func (fake *FakeRepository) AuthenticationEndpoint() string

func (*FakeRepository) AuthenticationEndpointCallCount

func (fake *FakeRepository) AuthenticationEndpointCallCount() int

func (*FakeRepository) AuthenticationEndpointReturns

func (fake *FakeRepository) AuthenticationEndpointReturns(result1 string)

func (*FakeRepository) ClearSession

func (fake *FakeRepository) ClearSession()

func (*FakeRepository) ClearSessionCallCount

func (fake *FakeRepository) ClearSessionCallCount() int

func (*FakeRepository) Close

func (fake *FakeRepository) Close()

func (*FakeRepository) CloseCallCount

func (fake *FakeRepository) CloseCallCount() int

func (*FakeRepository) ColorEnabled

func (fake *FakeRepository) ColorEnabled() string

func (*FakeRepository) ColorEnabledCallCount

func (fake *FakeRepository) ColorEnabledCallCount() int

func (*FakeRepository) ColorEnabledReturns

func (fake *FakeRepository) ColorEnabledReturns(result1 string)

func (*FakeRepository) HasAPIEndpoint

func (fake *FakeRepository) HasAPIEndpoint() bool

func (*FakeRepository) HasAPIEndpointCallCount

func (fake *FakeRepository) HasAPIEndpointCallCount() int

func (*FakeRepository) HasAPIEndpointReturns

func (fake *FakeRepository) HasAPIEndpointReturns(result1 bool)

func (*FakeRepository) HasOrganization

func (fake *FakeRepository) HasOrganization() bool

func (*FakeRepository) HasOrganizationCallCount

func (fake *FakeRepository) HasOrganizationCallCount() int

func (*FakeRepository) HasOrganizationReturns

func (fake *FakeRepository) HasOrganizationReturns(result1 bool)

func (*FakeRepository) HasSpace

func (fake *FakeRepository) HasSpace() bool

func (*FakeRepository) HasSpaceCallCount

func (fake *FakeRepository) HasSpaceCallCount() int

func (*FakeRepository) HasSpaceReturns

func (fake *FakeRepository) HasSpaceReturns(result1 bool)

func (*FakeRepository) IsLoggedIn

func (fake *FakeRepository) IsLoggedIn() bool

func (*FakeRepository) IsLoggedInCallCount

func (fake *FakeRepository) IsLoggedInCallCount() int

func (*FakeRepository) IsLoggedInReturns

func (fake *FakeRepository) IsLoggedInReturns(result1 bool)

func (*FakeRepository) IsSSLDisabled

func (fake *FakeRepository) IsSSLDisabled() bool

func (*FakeRepository) IsSSLDisabledCallCount

func (fake *FakeRepository) IsSSLDisabledCallCount() int

func (*FakeRepository) IsSSLDisabledReturns

func (fake *FakeRepository) IsSSLDisabledReturns(result1 bool)

func (*FakeRepository) Locale

func (fake *FakeRepository) Locale() string

func (*FakeRepository) LocaleCallCount

func (fake *FakeRepository) LocaleCallCount() int

func (*FakeRepository) LocaleReturns

func (fake *FakeRepository) LocaleReturns(result1 string)

func (*FakeRepository) LoggregatorEndpoint

func (fake *FakeRepository) LoggregatorEndpoint() string

func (*FakeRepository) LoggregatorEndpointCallCount

func (fake *FakeRepository) LoggregatorEndpointCallCount() int

func (*FakeRepository) LoggregatorEndpointReturns

func (fake *FakeRepository) LoggregatorEndpointReturns(result1 string)

func (*FakeRepository) OrganizationFields

func (fake *FakeRepository) OrganizationFields() models.OrganizationFields

func (*FakeRepository) OrganizationFieldsCallCount

func (fake *FakeRepository) OrganizationFieldsCallCount() int

func (*FakeRepository) OrganizationFieldsReturns

func (fake *FakeRepository) OrganizationFieldsReturns(result1 models.OrganizationFields)

func (*FakeRepository) Plugins

func (fake *FakeRepository) Plugins() map[string]string

func (*FakeRepository) PluginsCallCount

func (fake *FakeRepository) PluginsCallCount() int

func (*FakeRepository) PluginsReturns

func (fake *FakeRepository) PluginsReturns(result1 map[string]string)

func (*FakeRepository) RefreshToken

func (fake *FakeRepository) RefreshToken() string

func (*FakeRepository) RefreshTokenCallCount

func (fake *FakeRepository) RefreshTokenCallCount() int

func (*FakeRepository) RefreshTokenReturns

func (fake *FakeRepository) RefreshTokenReturns(result1 string)

func (*FakeRepository) SetAccessToken

func (fake *FakeRepository) SetAccessToken(arg1 string)

func (*FakeRepository) SetAccessTokenArgsForCall

func (fake *FakeRepository) SetAccessTokenArgsForCall(i int) string

func (*FakeRepository) SetAccessTokenCallCount

func (fake *FakeRepository) SetAccessTokenCallCount() int

func (*FakeRepository) SetApiEndpoint

func (fake *FakeRepository) SetApiEndpoint(arg1 string)

func (*FakeRepository) SetApiEndpointArgsForCall

func (fake *FakeRepository) SetApiEndpointArgsForCall(i int) string

func (*FakeRepository) SetApiEndpointCallCount

func (fake *FakeRepository) SetApiEndpointCallCount() int

func (*FakeRepository) SetApiVersion

func (fake *FakeRepository) SetApiVersion(arg1 string)

func (*FakeRepository) SetApiVersionArgsForCall

func (fake *FakeRepository) SetApiVersionArgsForCall(i int) string

func (*FakeRepository) SetApiVersionCallCount

func (fake *FakeRepository) SetApiVersionCallCount() int

func (*FakeRepository) SetAsyncTimeout

func (fake *FakeRepository) SetAsyncTimeout(arg1 uint)

func (*FakeRepository) SetAsyncTimeoutArgsForCall

func (fake *FakeRepository) SetAsyncTimeoutArgsForCall(i int) uint

func (*FakeRepository) SetAsyncTimeoutCallCount

func (fake *FakeRepository) SetAsyncTimeoutCallCount() int

func (*FakeRepository) SetAuthenticationEndpoint

func (fake *FakeRepository) SetAuthenticationEndpoint(arg1 string)

func (*FakeRepository) SetAuthenticationEndpointArgsForCall

func (fake *FakeRepository) SetAuthenticationEndpointArgsForCall(i int) string

func (*FakeRepository) SetAuthenticationEndpointCallCount

func (fake *FakeRepository) SetAuthenticationEndpointCallCount() int

func (*FakeRepository) SetColorEnabled

func (fake *FakeRepository) SetColorEnabled(arg1 string)

func (*FakeRepository) SetColorEnabledArgsForCall

func (fake *FakeRepository) SetColorEnabledArgsForCall(i int) string

func (*FakeRepository) SetColorEnabledCallCount

func (fake *FakeRepository) SetColorEnabledCallCount() int

func (*FakeRepository) SetLocale

func (fake *FakeRepository) SetLocale(arg1 string)

func (*FakeRepository) SetLocaleArgsForCall

func (fake *FakeRepository) SetLocaleArgsForCall(i int) string

func (*FakeRepository) SetLocaleCallCount

func (fake *FakeRepository) SetLocaleCallCount() int

func (*FakeRepository) SetLoggregatorEndpoint

func (fake *FakeRepository) SetLoggregatorEndpoint(arg1 string)

func (*FakeRepository) SetLoggregatorEndpointArgsForCall

func (fake *FakeRepository) SetLoggregatorEndpointArgsForCall(i int) string

func (*FakeRepository) SetLoggregatorEndpointCallCount

func (fake *FakeRepository) SetLoggregatorEndpointCallCount() int

func (*FakeRepository) SetOrganizationFields

func (fake *FakeRepository) SetOrganizationFields(arg1 models.OrganizationFields)

func (*FakeRepository) SetOrganizationFieldsArgsForCall

func (fake *FakeRepository) SetOrganizationFieldsArgsForCall(i int) models.OrganizationFields

func (*FakeRepository) SetOrganizationFieldsCallCount

func (fake *FakeRepository) SetOrganizationFieldsCallCount() int

func (*FakeRepository) SetPlugin

func (fake *FakeRepository) SetPlugin(arg1 string, arg2 string)

func (*FakeRepository) SetPluginArgsForCall

func (fake *FakeRepository) SetPluginArgsForCall(i int) (string, string)

func (*FakeRepository) SetPluginCallCount

func (fake *FakeRepository) SetPluginCallCount() int

func (*FakeRepository) SetRefreshToken

func (fake *FakeRepository) SetRefreshToken(arg1 string)

func (*FakeRepository) SetRefreshTokenArgsForCall

func (fake *FakeRepository) SetRefreshTokenArgsForCall(i int) string

func (*FakeRepository) SetRefreshTokenCallCount

func (fake *FakeRepository) SetRefreshTokenCallCount() int

func (*FakeRepository) SetSSLDisabled

func (fake *FakeRepository) SetSSLDisabled(arg1 bool)

func (*FakeRepository) SetSSLDisabledArgsForCall

func (fake *FakeRepository) SetSSLDisabledArgsForCall(i int) bool

func (*FakeRepository) SetSSLDisabledCallCount

func (fake *FakeRepository) SetSSLDisabledCallCount() int

func (*FakeRepository) SetSpaceFields

func (fake *FakeRepository) SetSpaceFields(arg1 models.SpaceFields)

func (*FakeRepository) SetSpaceFieldsArgsForCall

func (fake *FakeRepository) SetSpaceFieldsArgsForCall(i int) models.SpaceFields

func (*FakeRepository) SetSpaceFieldsCallCount

func (fake *FakeRepository) SetSpaceFieldsCallCount() int

func (*FakeRepository) SetTrace

func (fake *FakeRepository) SetTrace(arg1 string)

func (*FakeRepository) SetTraceArgsForCall

func (fake *FakeRepository) SetTraceArgsForCall(i int) string

func (*FakeRepository) SetTraceCallCount

func (fake *FakeRepository) SetTraceCallCount() int

func (*FakeRepository) SetUaaEndpoint

func (fake *FakeRepository) SetUaaEndpoint(arg1 string)

func (*FakeRepository) SetUaaEndpointArgsForCall

func (fake *FakeRepository) SetUaaEndpointArgsForCall(i int) string

func (*FakeRepository) SetUaaEndpointCallCount

func (fake *FakeRepository) SetUaaEndpointCallCount() int

func (*FakeRepository) SpaceFields

func (fake *FakeRepository) SpaceFields() models.SpaceFields

func (*FakeRepository) SpaceFieldsCallCount

func (fake *FakeRepository) SpaceFieldsCallCount() int

func (*FakeRepository) SpaceFieldsReturns

func (fake *FakeRepository) SpaceFieldsReturns(result1 models.SpaceFields)

func (*FakeRepository) Trace

func (fake *FakeRepository) Trace() string

func (*FakeRepository) TraceCallCount

func (fake *FakeRepository) TraceCallCount() int

func (*FakeRepository) TraceReturns

func (fake *FakeRepository) TraceReturns(result1 string)

func (*FakeRepository) UaaEndpoint

func (fake *FakeRepository) UaaEndpoint() string

func (*FakeRepository) UaaEndpointCallCount

func (fake *FakeRepository) UaaEndpointCallCount() int

func (*FakeRepository) UaaEndpointReturns

func (fake *FakeRepository) UaaEndpointReturns(result1 string)

func (*FakeRepository) UserEmail

func (fake *FakeRepository) UserEmail() string

func (*FakeRepository) UserEmailCallCount

func (fake *FakeRepository) UserEmailCallCount() int

func (*FakeRepository) UserEmailReturns

func (fake *FakeRepository) UserEmailReturns(result1 string)

func (*FakeRepository) UserGuid

func (fake *FakeRepository) UserGuid() string

func (*FakeRepository) UserGuidCallCount

func (fake *FakeRepository) UserGuidCallCount() int

func (*FakeRepository) UserGuidReturns

func (fake *FakeRepository) UserGuidReturns(result1 string)

func (*FakeRepository) UserHomePath

func (fake *FakeRepository) UserHomePath() string

func (*FakeRepository) UserHomePathCallCount

func (fake *FakeRepository) UserHomePathCallCount() int

func (*FakeRepository) UserHomePathReturns

func (fake *FakeRepository) UserHomePathReturns(result1 string)

func (*FakeRepository) Username

func (fake *FakeRepository) Username() string

func (*FakeRepository) UsernameCallCount

func (fake *FakeRepository) UsernameCallCount() int

func (*FakeRepository) UsernameReturns

func (fake *FakeRepository) UsernameReturns(result1 string)

Jump to

Keyboard shortcuts

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