Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeHTTPError
- func (fake *FakeHTTPError) Error() string
- func (fake *FakeHTTPError) ErrorCallCount() int
- func (fake *FakeHTTPError) ErrorCode() string
- func (fake *FakeHTTPError) ErrorCodeCallCount() int
- func (fake *FakeHTTPError) ErrorCodeReturns(result1 string)
- func (fake *FakeHTTPError) ErrorReturns(result1 string)
- func (fake *FakeHTTPError) Invocations() map[string][][]interface{}
- func (fake *FakeHTTPError) StatusCode() int
- func (fake *FakeHTTPError) StatusCodeCallCount() int
- func (fake *FakeHTTPError) StatusCodeReturns(result1 int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeHTTPError ¶
type FakeHTTPError struct { ErrorStub func() string StatusCodeStub func() int ErrorCodeStub func() string // contains filtered or unexported fields }
func (*FakeHTTPError) Error ¶
func (fake *FakeHTTPError) Error() string
func (*FakeHTTPError) ErrorCallCount ¶
func (fake *FakeHTTPError) ErrorCallCount() int
func (*FakeHTTPError) ErrorCode ¶
func (fake *FakeHTTPError) ErrorCode() string
func (*FakeHTTPError) ErrorCodeCallCount ¶
func (fake *FakeHTTPError) ErrorCodeCallCount() int
func (*FakeHTTPError) ErrorCodeReturns ¶
func (fake *FakeHTTPError) ErrorCodeReturns(result1 string)
func (*FakeHTTPError) ErrorReturns ¶
func (fake *FakeHTTPError) ErrorReturns(result1 string)
func (*FakeHTTPError) Invocations ¶
func (fake *FakeHTTPError) Invocations() map[string][][]interface{}
func (*FakeHTTPError) StatusCode ¶
func (fake *FakeHTTPError) StatusCode() int
func (*FakeHTTPError) StatusCodeCallCount ¶
func (fake *FakeHTTPError) StatusCodeCallCount() int
func (*FakeHTTPError) StatusCodeReturns ¶
func (fake *FakeHTTPError) StatusCodeReturns(result1 int)
Click to show internal directories.
Click to hide internal directories.