Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeConfig
- func (fake *FakeConfig) BinaryName() string
- func (fake *FakeConfig) BinaryNameCallCount() int
- func (fake *FakeConfig) BinaryNameReturns(result1 string)
- func (fake *FakeConfig) BinaryNameReturnsOnCall(i int, result1 string)
- func (fake *FakeConfig) BinaryVersion() string
- func (fake *FakeConfig) BinaryVersionCallCount() int
- func (fake *FakeConfig) BinaryVersionReturns(result1 string)
- func (fake *FakeConfig) BinaryVersionReturnsOnCall(i int, result1 string)
- func (fake *FakeConfig) DialTimeout() time.Duration
- func (fake *FakeConfig) DialTimeoutCallCount() int
- func (fake *FakeConfig) DialTimeoutReturns(result1 time.Duration)
- func (fake *FakeConfig) DialTimeoutReturnsOnCall(i int, result1 time.Duration)
- func (fake *FakeConfig) Invocations() map[string][][]interface{}
- func (fake *FakeConfig) SetUAAEndpoint(uaaEndpoint string)
- func (fake *FakeConfig) SetUAAEndpointArgsForCall(i int) string
- func (fake *FakeConfig) SetUAAEndpointCallCount() int
- func (fake *FakeConfig) SkipSSLValidation() bool
- func (fake *FakeConfig) SkipSSLValidationCallCount() int
- func (fake *FakeConfig) SkipSSLValidationReturns(result1 bool)
- func (fake *FakeConfig) SkipSSLValidationReturnsOnCall(i int, result1 bool)
- func (fake *FakeConfig) UAAGrantType() string
- func (fake *FakeConfig) UAAGrantTypeCallCount() int
- func (fake *FakeConfig) UAAGrantTypeReturns(result1 string)
- func (fake *FakeConfig) UAAGrantTypeReturnsOnCall(i int, result1 string)
- func (fake *FakeConfig) UAAOAuthClient() string
- func (fake *FakeConfig) UAAOAuthClientCallCount() int
- func (fake *FakeConfig) UAAOAuthClientReturns(result1 string)
- func (fake *FakeConfig) UAAOAuthClientReturnsOnCall(i int, result1 string)
- func (fake *FakeConfig) UAAOAuthClientSecret() string
- func (fake *FakeConfig) UAAOAuthClientSecretCallCount() int
- func (fake *FakeConfig) UAAOAuthClientSecretReturns(result1 string)
- func (fake *FakeConfig) UAAOAuthClientSecretReturnsOnCall(i int, result1 string)
- type FakeConnection
- func (fake *FakeConnection) Invocations() map[string][][]interface{}
- func (fake *FakeConnection) Make(request *http.Request, passedResponse *uaa.Response) error
- func (fake *FakeConnection) MakeArgsForCall(i int) (*http.Request, *uaa.Response)
- func (fake *FakeConnection) MakeCallCount() int
- func (fake *FakeConnection) MakeReturns(result1 error)
- func (fake *FakeConnection) MakeReturnsOnCall(i int, result1 error)
- type FakeConnectionWrapper
- func (fake *FakeConnectionWrapper) Invocations() map[string][][]interface{}
- func (fake *FakeConnectionWrapper) Make(request *http.Request, passedResponse *uaa.Response) error
- func (fake *FakeConnectionWrapper) MakeArgsForCall(i int) (*http.Request, *uaa.Response)
- func (fake *FakeConnectionWrapper) MakeCallCount() int
- func (fake *FakeConnectionWrapper) MakeReturns(result1 error)
- func (fake *FakeConnectionWrapper) MakeReturnsOnCall(i int, result1 error)
- func (fake *FakeConnectionWrapper) Wrap(innerconnection uaa.Connection) uaa.Connection
- func (fake *FakeConnectionWrapper) WrapArgsForCall(i int) uaa.Connection
- func (fake *FakeConnectionWrapper) WrapCallCount() int
- func (fake *FakeConnectionWrapper) WrapReturns(result1 uaa.Connection)
- func (fake *FakeConnectionWrapper) WrapReturnsOnCall(i int, result1 uaa.Connection)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeConfig ¶
type FakeConfig struct { BinaryNameStub func() string BinaryVersionStub func() string DialTimeoutStub func() time.Duration UAAOAuthClientStub func() string UAAOAuthClientSecretStub func() string UAAGrantTypeStub func() string SetUAAEndpointStub func(uaaEndpoint string) SkipSSLValidationStub func() bool // contains filtered or unexported fields }
func (*FakeConfig) BinaryName ¶
func (fake *FakeConfig) BinaryName() string
func (*FakeConfig) BinaryNameCallCount ¶
func (fake *FakeConfig) BinaryNameCallCount() int
func (*FakeConfig) BinaryNameReturns ¶
func (fake *FakeConfig) BinaryNameReturns(result1 string)
func (*FakeConfig) BinaryNameReturnsOnCall ¶
func (fake *FakeConfig) BinaryNameReturnsOnCall(i int, result1 string)
func (*FakeConfig) BinaryVersion ¶
func (fake *FakeConfig) BinaryVersion() string
func (*FakeConfig) BinaryVersionCallCount ¶
func (fake *FakeConfig) BinaryVersionCallCount() int
func (*FakeConfig) BinaryVersionReturns ¶
func (fake *FakeConfig) BinaryVersionReturns(result1 string)
func (*FakeConfig) BinaryVersionReturnsOnCall ¶
func (fake *FakeConfig) BinaryVersionReturnsOnCall(i int, result1 string)
func (*FakeConfig) DialTimeout ¶
func (fake *FakeConfig) DialTimeout() time.Duration
func (*FakeConfig) DialTimeoutCallCount ¶
func (fake *FakeConfig) DialTimeoutCallCount() int
func (*FakeConfig) DialTimeoutReturns ¶
func (fake *FakeConfig) DialTimeoutReturns(result1 time.Duration)
func (*FakeConfig) DialTimeoutReturnsOnCall ¶
func (fake *FakeConfig) DialTimeoutReturnsOnCall(i int, result1 time.Duration)
func (*FakeConfig) Invocations ¶
func (fake *FakeConfig) Invocations() map[string][][]interface{}
func (*FakeConfig) SetUAAEndpoint ¶
func (fake *FakeConfig) SetUAAEndpoint(uaaEndpoint string)
func (*FakeConfig) SetUAAEndpointArgsForCall ¶
func (fake *FakeConfig) SetUAAEndpointArgsForCall(i int) string
func (*FakeConfig) SetUAAEndpointCallCount ¶
func (fake *FakeConfig) SetUAAEndpointCallCount() int
func (*FakeConfig) SkipSSLValidation ¶
func (fake *FakeConfig) SkipSSLValidation() bool
func (*FakeConfig) SkipSSLValidationCallCount ¶
func (fake *FakeConfig) SkipSSLValidationCallCount() int
func (*FakeConfig) SkipSSLValidationReturns ¶
func (fake *FakeConfig) SkipSSLValidationReturns(result1 bool)
func (*FakeConfig) SkipSSLValidationReturnsOnCall ¶
func (fake *FakeConfig) SkipSSLValidationReturnsOnCall(i int, result1 bool)
func (*FakeConfig) UAAGrantType ¶
func (fake *FakeConfig) UAAGrantType() string
func (*FakeConfig) UAAGrantTypeCallCount ¶
func (fake *FakeConfig) UAAGrantTypeCallCount() int
func (*FakeConfig) UAAGrantTypeReturns ¶
func (fake *FakeConfig) UAAGrantTypeReturns(result1 string)
func (*FakeConfig) UAAGrantTypeReturnsOnCall ¶
func (fake *FakeConfig) UAAGrantTypeReturnsOnCall(i int, result1 string)
func (*FakeConfig) UAAOAuthClient ¶
func (fake *FakeConfig) UAAOAuthClient() string
func (*FakeConfig) UAAOAuthClientCallCount ¶
func (fake *FakeConfig) UAAOAuthClientCallCount() int
func (*FakeConfig) UAAOAuthClientReturns ¶
func (fake *FakeConfig) UAAOAuthClientReturns(result1 string)
func (*FakeConfig) UAAOAuthClientReturnsOnCall ¶
func (fake *FakeConfig) UAAOAuthClientReturnsOnCall(i int, result1 string)
func (*FakeConfig) UAAOAuthClientSecret ¶
func (fake *FakeConfig) UAAOAuthClientSecret() string
func (*FakeConfig) UAAOAuthClientSecretCallCount ¶
func (fake *FakeConfig) UAAOAuthClientSecretCallCount() int
func (*FakeConfig) UAAOAuthClientSecretReturns ¶
func (fake *FakeConfig) UAAOAuthClientSecretReturns(result1 string)
func (*FakeConfig) UAAOAuthClientSecretReturnsOnCall ¶
func (fake *FakeConfig) UAAOAuthClientSecretReturnsOnCall(i int, result1 string)
type FakeConnection ¶
type FakeConnection struct { MakeStub func(request *http.Request, passedResponse *uaa.Response) error // contains filtered or unexported fields }
func (*FakeConnection) Invocations ¶
func (fake *FakeConnection) Invocations() map[string][][]interface{}
func (*FakeConnection) MakeArgsForCall ¶
func (*FakeConnection) MakeCallCount ¶
func (fake *FakeConnection) MakeCallCount() int
func (*FakeConnection) MakeReturns ¶
func (fake *FakeConnection) MakeReturns(result1 error)
func (*FakeConnection) MakeReturnsOnCall ¶
func (fake *FakeConnection) MakeReturnsOnCall(i int, result1 error)
type FakeConnectionWrapper ¶
type FakeConnectionWrapper struct { MakeStub func(request *http.Request, passedResponse *uaa.Response) error WrapStub func(innerconnection uaa.Connection) uaa.Connection // contains filtered or unexported fields }
func (*FakeConnectionWrapper) Invocations ¶
func (fake *FakeConnectionWrapper) Invocations() map[string][][]interface{}
func (*FakeConnectionWrapper) MakeArgsForCall ¶
func (*FakeConnectionWrapper) MakeCallCount ¶
func (fake *FakeConnectionWrapper) MakeCallCount() int
func (*FakeConnectionWrapper) MakeReturns ¶
func (fake *FakeConnectionWrapper) MakeReturns(result1 error)
func (*FakeConnectionWrapper) MakeReturnsOnCall ¶
func (fake *FakeConnectionWrapper) MakeReturnsOnCall(i int, result1 error)
func (*FakeConnectionWrapper) Wrap ¶
func (fake *FakeConnectionWrapper) Wrap(innerconnection uaa.Connection) uaa.Connection
func (*FakeConnectionWrapper) WrapArgsForCall ¶
func (fake *FakeConnectionWrapper) WrapArgsForCall(i int) uaa.Connection
func (*FakeConnectionWrapper) WrapCallCount ¶
func (fake *FakeConnectionWrapper) WrapCallCount() int
func (*FakeConnectionWrapper) WrapReturns ¶
func (fake *FakeConnectionWrapper) WrapReturns(result1 uaa.Connection)
func (*FakeConnectionWrapper) WrapReturnsOnCall ¶
func (fake *FakeConnectionWrapper) WrapReturnsOnCall(i int, result1 uaa.Connection)
Click to show internal directories.
Click to hide internal directories.