Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeEndpointIterator
- func (fake *FakeEndpointIterator) EndpointFailed()
- func (fake *FakeEndpointIterator) EndpointFailedCallCount() int
- func (fake *FakeEndpointIterator) Invocations() map[string][][]interface{}
- func (fake *FakeEndpointIterator) Next() *route.Endpoint
- func (fake *FakeEndpointIterator) NextCallCount() int
- func (fake *FakeEndpointIterator) NextReturns(result1 *route.Endpoint)
- func (fake *FakeEndpointIterator) PostRequest(e *route.Endpoint)
- func (fake *FakeEndpointIterator) PostRequestArgsForCall(i int) *route.Endpoint
- func (fake *FakeEndpointIterator) PostRequestCallCount() int
- func (fake *FakeEndpointIterator) PreRequest(e *route.Endpoint)
- func (fake *FakeEndpointIterator) PreRequestArgsForCall(i int) *route.Endpoint
- func (fake *FakeEndpointIterator) PreRequestCallCount() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeEndpointIterator ¶
type FakeEndpointIterator struct { NextStub func() *route.Endpoint EndpointFailedStub func() PreRequestStub func(e *route.Endpoint) PostRequestStub func(e *route.Endpoint) // contains filtered or unexported fields }
func (*FakeEndpointIterator) EndpointFailed ¶
func (fake *FakeEndpointIterator) EndpointFailed()
func (*FakeEndpointIterator) EndpointFailedCallCount ¶
func (fake *FakeEndpointIterator) EndpointFailedCallCount() int
func (*FakeEndpointIterator) Invocations ¶
func (fake *FakeEndpointIterator) Invocations() map[string][][]interface{}
func (*FakeEndpointIterator) Next ¶
func (fake *FakeEndpointIterator) Next() *route.Endpoint
func (*FakeEndpointIterator) NextCallCount ¶
func (fake *FakeEndpointIterator) NextCallCount() int
func (*FakeEndpointIterator) NextReturns ¶
func (fake *FakeEndpointIterator) NextReturns(result1 *route.Endpoint)
func (*FakeEndpointIterator) PostRequest ¶
func (fake *FakeEndpointIterator) PostRequest(e *route.Endpoint)
func (*FakeEndpointIterator) PostRequestArgsForCall ¶
func (fake *FakeEndpointIterator) PostRequestArgsForCall(i int) *route.Endpoint
func (*FakeEndpointIterator) PostRequestCallCount ¶
func (fake *FakeEndpointIterator) PostRequestCallCount() int
func (*FakeEndpointIterator) PreRequest ¶
func (fake *FakeEndpointIterator) PreRequest(e *route.Endpoint)
func (*FakeEndpointIterator) PreRequestArgsForCall ¶
func (fake *FakeEndpointIterator) PreRequestArgsForCall(i int) *route.Endpoint
func (*FakeEndpointIterator) PreRequestCallCount ¶
func (fake *FakeEndpointIterator) PreRequestCallCount() int
Click to show internal directories.
Click to hide internal directories.