Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type ClientFactory
- func (fake *ClientFactory) Create(arg1 string, arg2 common.CASReader) (common.ClientVersion, error)
- func (fake *ClientFactory) CreateArgsForCall(i int) (string, common.CASReader)
- func (fake *ClientFactory) CreateCallCount() int
- func (fake *ClientFactory) CreateCalls(stub func(string, common.CASReader) (common.ClientVersion, error))
- func (fake *ClientFactory) CreateReturns(result1 common.ClientVersion, result2 error)
- func (fake *ClientFactory) CreateReturnsOnCall(i int, result1 common.ClientVersion, result2 error)
- func (fake *ClientFactory) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientFactory ¶
type ClientFactory struct {
CreateStub func(string, common.CASReader) (common.ClientVersion, error)
// contains filtered or unexported fields
}
func (*ClientFactory) Create ¶
func (fake *ClientFactory) Create(arg1 string, arg2 common.CASReader) (common.ClientVersion, error)
func (*ClientFactory) CreateArgsForCall ¶
func (fake *ClientFactory) CreateArgsForCall(i int) (string, common.CASReader)
func (*ClientFactory) CreateCallCount ¶
func (fake *ClientFactory) CreateCallCount() int
func (*ClientFactory) CreateCalls ¶
func (fake *ClientFactory) CreateCalls(stub func(string, common.CASReader) (common.ClientVersion, error))
func (*ClientFactory) CreateReturns ¶
func (fake *ClientFactory) CreateReturns(result1 common.ClientVersion, result2 error)
func (*ClientFactory) CreateReturnsOnCall ¶
func (fake *ClientFactory) CreateReturnsOnCall(i int, result1 common.ClientVersion, result2 error)
func (*ClientFactory) Invocations ¶
func (fake *ClientFactory) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.