Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClock
- func (fake *FakeClock) After(arg1 time.Duration) <-chan time.Time
- func (fake *FakeClock) AfterArgsForCall(i int) time.Duration
- func (fake *FakeClock) AfterCallCount() int
- func (fake *FakeClock) AfterCalls(stub func(time.Duration) <-chan time.Time)
- func (fake *FakeClock) AfterReturns(result1 <-chan time.Time)
- func (fake *FakeClock) AfterReturnsOnCall(i int, result1 <-chan time.Time)
- func (fake *FakeClock) Invocations() map[string][][]interface{}
- func (fake *FakeClock) Now() time.Time
- func (fake *FakeClock) NowCallCount() int
- func (fake *FakeClock) NowCalls(stub func() time.Time)
- func (fake *FakeClock) NowReturns(result1 time.Time)
- func (fake *FakeClock) NowReturnsOnCall(i int, result1 time.Time)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClock ¶
type FakeClock struct { AfterStub func(time.Duration) <-chan time.Time NowStub func() time.Time // contains filtered or unexported fields }
func (*FakeClock) AfterCallCount ¶
func (*FakeClock) AfterCalls ¶
func (*FakeClock) AfterReturns ¶
func (*FakeClock) AfterReturnsOnCall ¶
func (*FakeClock) Invocations ¶
func (*FakeClock) NowCallCount ¶
func (*FakeClock) NowReturns ¶
Click to show internal directories.
Click to hide internal directories.