Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeConnectionWrapper
- func (fake *FakeConnectionWrapper) Invocations() map[string][][]interface{}
- func (fake *FakeConnectionWrapper) Make(request *cfnetworking.Request, passedResponse *cfnetworking.Response) error
- func (fake *FakeConnectionWrapper) MakeArgsForCall(i int) (*cfnetworking.Request, *cfnetworking.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 cfnetworking.Connection) cfnetworking.Connection
- func (fake *FakeConnectionWrapper) WrapArgsForCall(i int) cfnetworking.Connection
- func (fake *FakeConnectionWrapper) WrapCallCount() int
- func (fake *FakeConnectionWrapper) WrapReturns(result1 cfnetworking.Connection)
- func (fake *FakeConnectionWrapper) WrapReturnsOnCall(i int, result1 cfnetworking.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 *cfnetworking.Request, passedResponse *cfnetworking.Response) error WrapStub func(innerconnection cfnetworking.Connection) cfnetworking.Connection // contains filtered or unexported fields }
func (*FakeConnectionWrapper) Invocations ¶
func (fake *FakeConnectionWrapper) Invocations() map[string][][]interface{}
func (*FakeConnectionWrapper) Make ¶
func (fake *FakeConnectionWrapper) Make(request *cfnetworking.Request, passedResponse *cfnetworking.Response) error
func (*FakeConnectionWrapper) MakeArgsForCall ¶
func (fake *FakeConnectionWrapper) MakeArgsForCall(i int) (*cfnetworking.Request, *cfnetworking.Response)
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 cfnetworking.Connection) cfnetworking.Connection
func (*FakeConnectionWrapper) WrapArgsForCall ¶
func (fake *FakeConnectionWrapper) WrapArgsForCall(i int) cfnetworking.Connection
func (*FakeConnectionWrapper) WrapCallCount ¶
func (fake *FakeConnectionWrapper) WrapCallCount() int
func (*FakeConnectionWrapper) WrapReturns ¶
func (fake *FakeConnectionWrapper) WrapReturns(result1 cfnetworking.Connection)
func (*FakeConnectionWrapper) WrapReturnsOnCall ¶
func (fake *FakeConnectionWrapper) WrapReturnsOnCall(i int, result1 cfnetworking.Connection)
Click to show internal directories.
Click to hide internal directories.