Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeFormat
- func (fake *FakeFormat) Invocations() map[string][][]interface{}
- func (fake *FakeFormat) StringValue(arg1 interface{}) (string, bool)
- func (fake *FakeFormat) StringValueArgsForCall(i int) interface{}
- func (fake *FakeFormat) StringValueCallCount() int
- func (fake *FakeFormat) StringValueCalls(stub func(interface{}) (string, bool))
- func (fake *FakeFormat) StringValueReturns(result1 string, result2 bool)
- func (fake *FakeFormat) StringValueReturnsOnCall(i int, result1 string, result2 bool)
- func (fake *FakeFormat) Type() (reflect.Type, bool)
- func (fake *FakeFormat) TypeCallCount() int
- func (fake *FakeFormat) TypeCalls(stub func() (reflect.Type, bool))
- func (fake *FakeFormat) TypeReturns(result1 reflect.Type, result2 bool)
- func (fake *FakeFormat) TypeReturnsOnCall(i int, result1 reflect.Type, result2 bool)
- func (fake *FakeFormat) ValidateValue(arg1 string) (interface{}, error)
- func (fake *FakeFormat) ValidateValueArgsForCall(i int) string
- func (fake *FakeFormat) ValidateValueCallCount() int
- func (fake *FakeFormat) ValidateValueCalls(stub func(string) (interface{}, error))
- func (fake *FakeFormat) ValidateValueReturns(result1 interface{}, result2 error)
- func (fake *FakeFormat) ValidateValueReturnsOnCall(i int, result1 interface{}, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeFormat ¶
type FakeFormat struct { StringValueStub func(interface{}) (string, bool) TypeStub func() (reflect.Type, bool) ValidateValueStub func(string) (interface{}, error) // contains filtered or unexported fields }
func (*FakeFormat) Invocations ¶
func (fake *FakeFormat) Invocations() map[string][][]interface{}
func (*FakeFormat) StringValue ¶
func (fake *FakeFormat) StringValue(arg1 interface{}) (string, bool)
func (*FakeFormat) StringValueArgsForCall ¶
func (fake *FakeFormat) StringValueArgsForCall(i int) interface{}
func (*FakeFormat) StringValueCallCount ¶
func (fake *FakeFormat) StringValueCallCount() int
func (*FakeFormat) StringValueCalls ¶
func (fake *FakeFormat) StringValueCalls(stub func(interface{}) (string, bool))
func (*FakeFormat) StringValueReturns ¶
func (fake *FakeFormat) StringValueReturns(result1 string, result2 bool)
func (*FakeFormat) StringValueReturnsOnCall ¶
func (fake *FakeFormat) StringValueReturnsOnCall(i int, result1 string, result2 bool)
func (*FakeFormat) TypeCallCount ¶
func (fake *FakeFormat) TypeCallCount() int
func (*FakeFormat) TypeReturns ¶
func (fake *FakeFormat) TypeReturns(result1 reflect.Type, result2 bool)
func (*FakeFormat) TypeReturnsOnCall ¶
func (fake *FakeFormat) TypeReturnsOnCall(i int, result1 reflect.Type, result2 bool)
func (*FakeFormat) ValidateValue ¶
func (fake *FakeFormat) ValidateValue(arg1 string) (interface{}, error)
func (*FakeFormat) ValidateValueArgsForCall ¶
func (fake *FakeFormat) ValidateValueArgsForCall(i int) string
func (*FakeFormat) ValidateValueCallCount ¶
func (fake *FakeFormat) ValidateValueCallCount() int
func (*FakeFormat) ValidateValueCalls ¶
func (fake *FakeFormat) ValidateValueCalls(stub func(string) (interface{}, error))
func (*FakeFormat) ValidateValueReturns ¶
func (fake *FakeFormat) ValidateValueReturns(result1 interface{}, result2 error)
func (*FakeFormat) ValidateValueReturnsOnCall ¶
func (fake *FakeFormat) ValidateValueReturnsOnCall(i int, result1 interface{}, result2 error)
Click to show internal directories.
Click to hide internal directories.