Documentation
¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter
Index ¶
- type FakeClientFactory
- func (fake *FakeClientFactory) Build(request *http.Request) concourse.Client
- func (fake *FakeClientFactory) BuildArgsForCall(i int) *http.Request
- func (fake *FakeClientFactory) BuildCallCount() int
- func (fake *FakeClientFactory) BuildReturns(result1 concourse.Client)
- func (fake *FakeClientFactory) Invocations() map[string][][]interface{}
- type FakeHTTPHandlerWithError
- func (fake *FakeHTTPHandlerWithError) Invocations() map[string][][]interface{}
- func (fake *FakeHTTPHandlerWithError) ServeHTTP(w http.ResponseWriter, r *http.Request) error
- func (fake *FakeHTTPHandlerWithError) ServeHTTPArgsForCall(i int) (http.ResponseWriter, *http.Request)
- func (fake *FakeHTTPHandlerWithError) ServeHTTPCallCount() int
- func (fake *FakeHTTPHandlerWithError) ServeHTTPReturns(result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClientFactory ¶
type FakeClientFactory struct { BuildStub func(request *http.Request) concourse.Client // contains filtered or unexported fields }
func (*FakeClientFactory) Build ¶
func (fake *FakeClientFactory) Build(request *http.Request) concourse.Client
func (*FakeClientFactory) BuildArgsForCall ¶
func (fake *FakeClientFactory) BuildArgsForCall(i int) *http.Request
func (*FakeClientFactory) BuildCallCount ¶
func (fake *FakeClientFactory) BuildCallCount() int
func (*FakeClientFactory) BuildReturns ¶
func (fake *FakeClientFactory) BuildReturns(result1 concourse.Client)
func (*FakeClientFactory) Invocations ¶
func (fake *FakeClientFactory) Invocations() map[string][][]interface{}
type FakeHTTPHandlerWithError ¶
type FakeHTTPHandlerWithError struct { ServeHTTPStub func(w http.ResponseWriter, r *http.Request) error // contains filtered or unexported fields }
func (*FakeHTTPHandlerWithError) Invocations ¶
func (fake *FakeHTTPHandlerWithError) Invocations() map[string][][]interface{}
func (*FakeHTTPHandlerWithError) ServeHTTP ¶
func (fake *FakeHTTPHandlerWithError) ServeHTTP(w http.ResponseWriter, r *http.Request) error
func (*FakeHTTPHandlerWithError) ServeHTTPArgsForCall ¶
func (fake *FakeHTTPHandlerWithError) ServeHTTPArgsForCall(i int) (http.ResponseWriter, *http.Request)
func (*FakeHTTPHandlerWithError) ServeHTTPCallCount ¶
func (fake *FakeHTTPHandlerWithError) ServeHTTPCallCount() int
func (*FakeHTTPHandlerWithError) ServeHTTPReturns ¶
func (fake *FakeHTTPHandlerWithError) ServeHTTPReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.