Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeTranslatableError
- func (fake *FakeTranslatableError) Error() string
- func (fake *FakeTranslatableError) ErrorCallCount() int
- func (fake *FakeTranslatableError) ErrorReturns(result1 string)
- func (fake *FakeTranslatableError) ErrorReturnsOnCall(i int, result1 string)
- func (fake *FakeTranslatableError) Invocations() map[string][][]interface{}
- func (fake *FakeTranslatableError) Translate(arg1 func(string, ...interface{}) string) string
- func (fake *FakeTranslatableError) TranslateArgsForCall(i int) func(string, ...interface{}) string
- func (fake *FakeTranslatableError) TranslateCallCount() int
- func (fake *FakeTranslatableError) TranslateReturns(result1 string)
- func (fake *FakeTranslatableError) TranslateReturnsOnCall(i int, result1 string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeTranslatableError ¶
type FakeTranslatableError struct { ErrorStub func() string TranslateStub func(func(string, ...interface{}) string) string // contains filtered or unexported fields }
func (*FakeTranslatableError) Error ¶
func (fake *FakeTranslatableError) Error() string
func (*FakeTranslatableError) ErrorCallCount ¶
func (fake *FakeTranslatableError) ErrorCallCount() int
func (*FakeTranslatableError) ErrorReturns ¶
func (fake *FakeTranslatableError) ErrorReturns(result1 string)
func (*FakeTranslatableError) ErrorReturnsOnCall ¶
func (fake *FakeTranslatableError) ErrorReturnsOnCall(i int, result1 string)
func (*FakeTranslatableError) Invocations ¶
func (fake *FakeTranslatableError) Invocations() map[string][][]interface{}
func (*FakeTranslatableError) Translate ¶
func (fake *FakeTranslatableError) Translate(arg1 func(string, ...interface{}) string) string
func (*FakeTranslatableError) TranslateArgsForCall ¶
func (fake *FakeTranslatableError) TranslateArgsForCall(i int) func(string, ...interface{}) string
func (*FakeTranslatableError) TranslateCallCount ¶
func (fake *FakeTranslatableError) TranslateCallCount() int
func (*FakeTranslatableError) TranslateReturns ¶
func (fake *FakeTranslatableError) TranslateReturns(result1 string)
func (*FakeTranslatableError) TranslateReturnsOnCall ¶
func (fake *FakeTranslatableError) TranslateReturnsOnCall(i int, result1 string)
Click to show internal directories.
Click to hide internal directories.