Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeConnectionWrapper
- func (fake *FakeConnectionWrapper) Invocations() map[string][][]interface{}
- func (fake *FakeConnectionWrapper) Make(arg1 *cloudcontroller.Request, arg2 *cloudcontroller.Response) error
- func (fake *FakeConnectionWrapper) MakeArgsForCall(i int) (*cloudcontroller.Request, *cloudcontroller.Response)
- func (fake *FakeConnectionWrapper) MakeCallCount() int
- func (fake *FakeConnectionWrapper) MakeCalls(stub func(*cloudcontroller.Request, *cloudcontroller.Response) error)
- func (fake *FakeConnectionWrapper) MakeReturns(result1 error)
- func (fake *FakeConnectionWrapper) MakeReturnsOnCall(i int, result1 error)
- func (fake *FakeConnectionWrapper) Wrap(arg1 cloudcontroller.Connection) cloudcontroller.Connection
- func (fake *FakeConnectionWrapper) WrapArgsForCall(i int) cloudcontroller.Connection
- func (fake *FakeConnectionWrapper) WrapCallCount() int
- func (fake *FakeConnectionWrapper) WrapCalls(stub func(cloudcontroller.Connection) cloudcontroller.Connection)
- func (fake *FakeConnectionWrapper) WrapReturns(result1 cloudcontroller.Connection)
- func (fake *FakeConnectionWrapper) WrapReturnsOnCall(i int, result1 cloudcontroller.Connection)
- type FakeReader
- func (fake *FakeReader) Invocations() map[string][][]interface{}
- func (fake *FakeReader) Read(arg1 []byte) (int, error)
- func (fake *FakeReader) ReadArgsForCall(i int) []byte
- func (fake *FakeReader) ReadCallCount() int
- func (fake *FakeReader) ReadCalls(stub func([]byte) (int, error))
- func (fake *FakeReader) ReadReturns(result1 int, result2 error)
- func (fake *FakeReader) ReadReturnsOnCall(i int, result1 int, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeConnectionWrapper ¶
type FakeConnectionWrapper struct {
MakeStub func(*cloudcontroller.Request, *cloudcontroller.Response) error
WrapStub func(cloudcontroller.Connection) cloudcontroller.Connection
// contains filtered or unexported fields
}
func (*FakeConnectionWrapper) Invocations ¶
func (fake *FakeConnectionWrapper) Invocations() map[string][][]interface{}