Documentation
¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeWordCounter ¶
type FakeWordCounter struct { CountStub func(word string, since time.Time) (uint, error) // contains filtered or unexported fields }
func (*FakeWordCounter) CountArgsForCall ¶
func (fake *FakeWordCounter) CountArgsForCall(i int) (string, time.Time)
func (*FakeWordCounter) CountCallCount ¶
func (fake *FakeWordCounter) CountCallCount() int
func (*FakeWordCounter) CountReturns ¶
func (fake *FakeWordCounter) CountReturns(result1 uint, result2 error)
Click to show internal directories.
Click to hide internal directories.