Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type HTTPHandler
- func (fake *HTTPHandler) Handler() common.HTTPRequestHandler
- func (fake *HTTPHandler) HandlerCallCount() int
- func (fake *HTTPHandler) HandlerCalls(stub func() common.HTTPRequestHandler)
- func (fake *HTTPHandler) HandlerReturns(result1 common.HTTPRequestHandler)
- func (fake *HTTPHandler) HandlerReturnsOnCall(i int, result1 common.HTTPRequestHandler)
- func (fake *HTTPHandler) Invocations() map[string][][]interface{}
- func (fake *HTTPHandler) Method() string
- func (fake *HTTPHandler) MethodCallCount() int
- func (fake *HTTPHandler) MethodCalls(stub func() string)
- func (fake *HTTPHandler) MethodReturns(result1 string)
- func (fake *HTTPHandler) MethodReturnsOnCall(i int, result1 string)
- func (fake *HTTPHandler) Path() string
- func (fake *HTTPHandler) PathCallCount() int
- func (fake *HTTPHandler) PathCalls(stub func() string)
- func (fake *HTTPHandler) PathReturns(result1 string)
- func (fake *HTTPHandler) PathReturnsOnCall(i int, result1 string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPHandler ¶
type HTTPHandler struct { HandlerStub func() common.HTTPRequestHandler MethodStub func() string PathStub func() string // contains filtered or unexported fields }
func (*HTTPHandler) Handler ¶
func (fake *HTTPHandler) Handler() common.HTTPRequestHandler
func (*HTTPHandler) HandlerCallCount ¶
func (fake *HTTPHandler) HandlerCallCount() int
func (*HTTPHandler) HandlerCalls ¶
func (fake *HTTPHandler) HandlerCalls(stub func() common.HTTPRequestHandler)
func (*HTTPHandler) HandlerReturns ¶
func (fake *HTTPHandler) HandlerReturns(result1 common.HTTPRequestHandler)
func (*HTTPHandler) HandlerReturnsOnCall ¶
func (fake *HTTPHandler) HandlerReturnsOnCall(i int, result1 common.HTTPRequestHandler)
func (*HTTPHandler) Invocations ¶
func (fake *HTTPHandler) Invocations() map[string][][]interface{}
func (*HTTPHandler) Method ¶
func (fake *HTTPHandler) Method() string
func (*HTTPHandler) MethodCallCount ¶
func (fake *HTTPHandler) MethodCallCount() int
func (*HTTPHandler) MethodCalls ¶
func (fake *HTTPHandler) MethodCalls(stub func() string)
func (*HTTPHandler) MethodReturns ¶
func (fake *HTTPHandler) MethodReturns(result1 string)
func (*HTTPHandler) MethodReturnsOnCall ¶
func (fake *HTTPHandler) MethodReturnsOnCall(i int, result1 string)
func (*HTTPHandler) Path ¶
func (fake *HTTPHandler) Path() string
func (*HTTPHandler) PathCallCount ¶
func (fake *HTTPHandler) PathCallCount() int
func (*HTTPHandler) PathCalls ¶
func (fake *HTTPHandler) PathCalls(stub func() string)
func (*HTTPHandler) PathReturns ¶
func (fake *HTTPHandler) PathReturns(result1 string)
func (*HTTPHandler) PathReturnsOnCall ¶
func (fake *HTTPHandler) PathReturnsOnCall(i int, result1 string)
Click to show internal directories.
Click to hide internal directories.