Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeWordGenerator
- func (fake *FakeWordGenerator) Babble() string
- func (fake *FakeWordGenerator) BabbleCallCount() int
- func (fake *FakeWordGenerator) BabbleReturns(result1 string)
- func (fake *FakeWordGenerator) BabbleReturnsOnCall(i int, result1 string)
- func (fake *FakeWordGenerator) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeWordGenerator ¶
type FakeWordGenerator struct { BabbleStub func() string // contains filtered or unexported fields }
func (*FakeWordGenerator) Babble ¶
func (fake *FakeWordGenerator) Babble() string
func (*FakeWordGenerator) BabbleCallCount ¶
func (fake *FakeWordGenerator) BabbleCallCount() int
func (*FakeWordGenerator) BabbleReturns ¶
func (fake *FakeWordGenerator) BabbleReturns(result1 string)
func (*FakeWordGenerator) BabbleReturnsOnCall ¶
func (fake *FakeWordGenerator) BabbleReturnsOnCall(i int, result1 string)
func (*FakeWordGenerator) Invocations ¶
func (fake *FakeWordGenerator) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.