Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeConnection
- func (fake *FakeConnection) Invocations() map[string][][]interface{}
- func (fake *FakeConnection) Make(request *cloudcontroller.Request, passedResponse *cloudcontroller.Response) error
- func (fake *FakeConnection) MakeArgsForCall(i int) (*cloudcontroller.Request, *cloudcontroller.Response)
- func (fake *FakeConnection) MakeCallCount() int
- func (fake *FakeConnection) MakeReturns(result1 error)
- func (fake *FakeConnection) MakeReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeConnection ¶
type FakeConnection struct { MakeStub func(request *cloudcontroller.Request, passedResponse *cloudcontroller.Response) error // contains filtered or unexported fields }
func (*FakeConnection) Invocations ¶
func (fake *FakeConnection) Invocations() map[string][][]interface{}
func (*FakeConnection) Make ¶
func (fake *FakeConnection) Make(request *cloudcontroller.Request, passedResponse *cloudcontroller.Response) error
func (*FakeConnection) MakeArgsForCall ¶
func (fake *FakeConnection) MakeArgsForCall(i int) (*cloudcontroller.Request, *cloudcontroller.Response)
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)
Click to show internal directories.
Click to hide internal directories.