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 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)
- type FakeUAAEndpointStore
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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)
type FakeUAAEndpointStore ¶
type FakeUAAEndpointStore struct { SetUAAEndpointStub func(uaaEndpoint string) // contains filtered or unexported fields }
func (*FakeUAAEndpointStore) Invocations ¶
func (fake *FakeUAAEndpointStore) Invocations() map[string][][]interface{}
func (*FakeUAAEndpointStore) SetUAAEndpoint ¶
func (fake *FakeUAAEndpointStore) SetUAAEndpoint(uaaEndpoint string)
func (*FakeUAAEndpointStore) SetUAAEndpointArgsForCall ¶
func (fake *FakeUAAEndpointStore) SetUAAEndpointArgsForCall(i int) string
func (*FakeUAAEndpointStore) SetUAAEndpointCallCount ¶
func (fake *FakeUAAEndpointStore) SetUAAEndpointCallCount() int
Click to show internal directories.
Click to hide internal directories.