Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeKeyConstructor
- func (fake *FakeKeyConstructor) ConstructKey(arg1 string, arg2 string, arg3 string, arg4 string) string
- func (fake *FakeKeyConstructor) ConstructKeyArgsForCall(i int) (string, string, string, string)
- func (fake *FakeKeyConstructor) ConstructKeyCallCount() int
- func (fake *FakeKeyConstructor) ConstructKeyCalls(stub func(string, string, string, string) string)
- func (fake *FakeKeyConstructor) ConstructKeyReturns(result1 string)
- func (fake *FakeKeyConstructor) ConstructKeyReturnsOnCall(i int, result1 string)
- func (fake *FakeKeyConstructor) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeKeyConstructor ¶
type FakeKeyConstructor struct { ConstructKeyStub func(string, string, string, string) string // contains filtered or unexported fields }
func (*FakeKeyConstructor) ConstructKey ¶
func (*FakeKeyConstructor) ConstructKeyArgsForCall ¶
func (*FakeKeyConstructor) ConstructKeyCallCount ¶
func (fake *FakeKeyConstructor) ConstructKeyCallCount() int
func (*FakeKeyConstructor) ConstructKeyCalls ¶
func (*FakeKeyConstructor) ConstructKeyReturns ¶
func (fake *FakeKeyConstructor) ConstructKeyReturns(result1 string)
func (*FakeKeyConstructor) ConstructKeyReturnsOnCall ¶
func (fake *FakeKeyConstructor) ConstructKeyReturnsOnCall(i int, result1 string)
func (*FakeKeyConstructor) Invocations ¶
func (fake *FakeKeyConstructor) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.