Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeConnectionWrapper
- func (fake *FakeConnectionWrapper) Invocations() map[string][][]interface{}
- func (fake *FakeConnectionWrapper) Make(request *http.Request, passedResponse *cloudcontroller.Response) error
- func (fake *FakeConnectionWrapper) MakeArgsForCall(i int) (*http.Request, *cloudcontroller.Response)
- func (fake *FakeConnectionWrapper) MakeCallCount() int
- func (fake *FakeConnectionWrapper) MakeReturns(result1 error)
- func (fake *FakeConnectionWrapper) Wrap(innerconnection cloudcontroller.Connection) cloudcontroller.Connection
- func (fake *FakeConnectionWrapper) WrapArgsForCall(i int) cloudcontroller.Connection
- func (fake *FakeConnectionWrapper) WrapCallCount() int
- func (fake *FakeConnectionWrapper) WrapReturns(result1 cloudcontroller.Connection)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeConnectionWrapper ¶
type FakeConnectionWrapper struct { MakeStub func(request *http.Request, passedResponse *cloudcontroller.Response) error WrapStub func(innerconnection cloudcontroller.Connection) cloudcontroller.Connection // contains filtered or unexported fields }
func (*FakeConnectionWrapper) Invocations ¶
func (fake *FakeConnectionWrapper) Invocations() map[string][][]interface{}
func (*FakeConnectionWrapper) Make ¶
func (fake *FakeConnectionWrapper) Make(request *http.Request, passedResponse *cloudcontroller.Response) error
func (*FakeConnectionWrapper) MakeArgsForCall ¶
func (fake *FakeConnectionWrapper) MakeArgsForCall(i int) (*http.Request, *cloudcontroller.Response)
func (*FakeConnectionWrapper) MakeCallCount ¶
func (fake *FakeConnectionWrapper) MakeCallCount() int
func (*FakeConnectionWrapper) MakeReturns ¶
func (fake *FakeConnectionWrapper) MakeReturns(result1 error)
func (*FakeConnectionWrapper) Wrap ¶
func (fake *FakeConnectionWrapper) Wrap(innerconnection cloudcontroller.Connection) cloudcontroller.Connection
func (*FakeConnectionWrapper) WrapArgsForCall ¶
func (fake *FakeConnectionWrapper) WrapArgsForCall(i int) cloudcontroller.Connection
func (*FakeConnectionWrapper) WrapCallCount ¶
func (fake *FakeConnectionWrapper) WrapCallCount() int
func (*FakeConnectionWrapper) WrapReturns ¶
func (fake *FakeConnectionWrapper) WrapReturns(result1 cloudcontroller.Connection)
Click to show internal directories.
Click to hide internal directories.