Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeConnection
- func (fake *FakeConnection) Invocations() map[string][][]interface{}
- func (fake *FakeConnection) Make(request *router.Request, passedResponse *router.Response) error
- func (fake *FakeConnection) MakeArgsForCall(i int) (*router.Request, *router.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 *router.Request, passedResponse *router.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)
Click to show internal directories.
Click to hide internal directories.