Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeExample
- func (fake *FakeExample) Invocations() map[string][][]interface{}
- func (fake *FakeExample) Something()
- func (fake *FakeExample) SomethingCallCount() int
- func (fake *FakeExample) TakesAParameter(arg1 string)
- func (fake *FakeExample) TakesAParameterArgsForCall(i int) string
- func (fake *FakeExample) TakesAParameterCallCount() int
- func (fake *FakeExample) TakesAUint64(arg1 uint64)
- func (fake *FakeExample) TakesAUint64ArgsForCall(i int) uint64
- func (fake *FakeExample) TakesAUint64CallCount() int
- func (fake *FakeExample) TakesAnInt(arg1 int)
- func (fake *FakeExample) TakesAnIntArgsForCall(i int) int
- func (fake *FakeExample) TakesAnIntCallCount() int
- func (fake *FakeExample) TakesThreeParameters(arg1 string, arg2 string, arg3 string)
- func (fake *FakeExample) TakesThreeParametersArgsForCall(i int) (string, string, string)
- func (fake *FakeExample) TakesThreeParametersCallCount() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeExample ¶
type FakeExample struct { SomethingStub func() TakesAParameterStub func(string) TakesAnIntStub func(int) TakesAUint64Stub func(uint64) TakesThreeParametersStub func(string, string, string) // contains filtered or unexported fields }
func (*FakeExample) Invocations ¶
func (fake *FakeExample) Invocations() map[string][][]interface{}
func (*FakeExample) Something ¶
func (fake *FakeExample) Something()
func (*FakeExample) SomethingCallCount ¶
func (fake *FakeExample) SomethingCallCount() int
func (*FakeExample) TakesAParameter ¶
func (fake *FakeExample) TakesAParameter(arg1 string)
func (*FakeExample) TakesAParameterArgsForCall ¶
func (fake *FakeExample) TakesAParameterArgsForCall(i int) string
func (*FakeExample) TakesAParameterCallCount ¶
func (fake *FakeExample) TakesAParameterCallCount() int
func (*FakeExample) TakesAUint64 ¶
func (fake *FakeExample) TakesAUint64(arg1 uint64)
func (*FakeExample) TakesAUint64ArgsForCall ¶
func (fake *FakeExample) TakesAUint64ArgsForCall(i int) uint64
func (*FakeExample) TakesAUint64CallCount ¶
func (fake *FakeExample) TakesAUint64CallCount() int
func (*FakeExample) TakesAnInt ¶
func (fake *FakeExample) TakesAnInt(arg1 int)
func (*FakeExample) TakesAnIntArgsForCall ¶
func (fake *FakeExample) TakesAnIntArgsForCall(i int) int
func (*FakeExample) TakesAnIntCallCount ¶
func (fake *FakeExample) TakesAnIntCallCount() int
func (*FakeExample) TakesThreeParameters ¶
func (fake *FakeExample) TakesThreeParameters(arg1 string, arg2 string, arg3 string)
func (*FakeExample) TakesThreeParametersArgsForCall ¶
func (fake *FakeExample) TakesThreeParametersArgsForCall(i int) (string, string, string)
func (*FakeExample) TakesThreeParametersCallCount ¶
func (fake *FakeExample) TakesThreeParametersCallCount() int
Click to show internal directories.
Click to hide internal directories.