Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type CurrentDateTimeGetter
- func (fake *CurrentDateTimeGetter) Invocations() map[string][][]interface{}
- func (fake *CurrentDateTimeGetter) Now() time.DateTime
- func (fake *CurrentDateTimeGetter) NowCallCount() int
- func (fake *CurrentDateTimeGetter) NowCalls(stub func() time.DateTime)
- func (fake *CurrentDateTimeGetter) NowReturns(result1 time.DateTime)
- func (fake *CurrentDateTimeGetter) NowReturnsOnCall(i int, result1 time.DateTime)
- type CurrentDateTimeSetter
- func (fake *CurrentDateTimeSetter) Invocations() map[string][][]interface{}
- func (fake *CurrentDateTimeSetter) SetNow(arg1 time.DateTime)
- func (fake *CurrentDateTimeSetter) SetNowArgsForCall(i int) time.DateTime
- func (fake *CurrentDateTimeSetter) SetNowCallCount() int
- func (fake *CurrentDateTimeSetter) SetNowCalls(stub func(time.DateTime))
- type CurrentTime
- func (fake *CurrentTime) Invocations() map[string][][]interface{}
- func (fake *CurrentTime) Now() timea.Time
- func (fake *CurrentTime) NowCallCount() int
- func (fake *CurrentTime) NowCalls(stub func() timea.Time)
- func (fake *CurrentTime) NowReturns(result1 timea.Time)
- func (fake *CurrentTime) NowReturnsOnCall(i int, result1 timea.Time)
- func (fake *CurrentTime) SetNow(arg1 timea.Time)
- func (fake *CurrentTime) SetNowArgsForCall(i int) timea.Time
- func (fake *CurrentTime) SetNowCallCount() int
- func (fake *CurrentTime) SetNowCalls(stub func(timea.Time))
- type CurrentTimeGetter
- func (fake *CurrentTimeGetter) Invocations() map[string][][]interface{}
- func (fake *CurrentTimeGetter) Now() timea.Time
- func (fake *CurrentTimeGetter) NowCallCount() int
- func (fake *CurrentTimeGetter) NowCalls(stub func() timea.Time)
- func (fake *CurrentTimeGetter) NowReturns(result1 timea.Time)
- func (fake *CurrentTimeGetter) NowReturnsOnCall(i int, result1 timea.Time)
- type CurrentTimeSetter
- func (fake *CurrentTimeSetter) Invocations() map[string][][]interface{}
- func (fake *CurrentTimeSetter) SetNow(arg1 timea.Time)
- func (fake *CurrentTimeSetter) SetNowArgsForCall(i int) timea.Time
- func (fake *CurrentTimeSetter) SetNowCallCount() int
- func (fake *CurrentTimeSetter) SetNowCalls(stub func(timea.Time))
- type HasDuration
- func (fake *HasDuration) Duration() timea.Duration
- func (fake *HasDuration) DurationCallCount() int
- func (fake *HasDuration) DurationCalls(stub func() timea.Duration)
- func (fake *HasDuration) DurationReturns(result1 timea.Duration)
- func (fake *HasDuration) DurationReturnsOnCall(i int, result1 timea.Duration)
- func (fake *HasDuration) Invocations() map[string][][]interface{}
- type HasTime
- func (fake *HasTime) Invocations() map[string][][]interface{}
- func (fake *HasTime) Time() timea.Time
- func (fake *HasTime) TimeCallCount() int
- func (fake *HasTime) TimeCalls(stub func() timea.Time)
- func (fake *HasTime) TimeReturns(result1 timea.Time)
- func (fake *HasTime) TimeReturnsOnCall(i int, result1 timea.Time)
- type WaiterDuration
- func (fake *WaiterDuration) Invocations() map[string][][]interface{}
- func (fake *WaiterDuration) Wait(arg1 context.Context, arg2 time.Duration) error
- func (fake *WaiterDuration) WaitArgsForCall(i int) (context.Context, time.Duration)
- func (fake *WaiterDuration) WaitCallCount() int
- func (fake *WaiterDuration) WaitCalls(stub func(context.Context, time.Duration) error)
- func (fake *WaiterDuration) WaitReturns(result1 error)
- func (fake *WaiterDuration) WaitReturnsOnCall(i int, result1 error)
- type WaiterUntil
- func (fake *WaiterUntil) Invocations() map[string][][]interface{}
- func (fake *WaiterUntil) WaitUntil(arg1 context.Context, arg2 time.DateTime) error
- func (fake *WaiterUntil) WaitUntilArgsForCall(i int) (context.Context, time.DateTime)
- func (fake *WaiterUntil) WaitUntilCallCount() int
- func (fake *WaiterUntil) WaitUntilCalls(stub func(context.Context, time.DateTime) error)
- func (fake *WaiterUntil) WaitUntilReturns(result1 error)
- func (fake *WaiterUntil) WaitUntilReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CurrentDateTimeGetter ¶
type CurrentDateTimeGetter struct {
NowStub func() time.DateTime
// contains filtered or unexported fields
}
func (*CurrentDateTimeGetter) Invocations ¶
func (fake *CurrentDateTimeGetter) Invocations() map[string][][]interface{}
func (*CurrentDateTimeGetter) Now ¶
func (fake *CurrentDateTimeGetter) Now() time.DateTime
func (*CurrentDateTimeGetter) NowCallCount ¶
func (fake *CurrentDateTimeGetter) NowCallCount() int
func (*CurrentDateTimeGetter) NowCalls ¶
func (fake *CurrentDateTimeGetter) NowCalls(stub func() time.DateTime)
func (*CurrentDateTimeGetter) NowReturns ¶
func (fake *CurrentDateTimeGetter) NowReturns(result1 time.DateTime)
func (*CurrentDateTimeGetter) NowReturnsOnCall ¶
func (fake *CurrentDateTimeGetter) NowReturnsOnCall(i int, result1 time.DateTime)
type CurrentDateTimeSetter ¶
type CurrentDateTimeSetter struct {
SetNowStub func(time.DateTime)
// contains filtered or unexported fields
}
func (*CurrentDateTimeSetter) Invocations ¶
func (fake *CurrentDateTimeSetter) Invocations() map[string][][]interface{}
func (*CurrentDateTimeSetter) SetNow ¶
func (fake *CurrentDateTimeSetter) SetNow(arg1 time.DateTime)
func (*CurrentDateTimeSetter) SetNowArgsForCall ¶
func (fake *CurrentDateTimeSetter) SetNowArgsForCall(i int) time.DateTime
func (*CurrentDateTimeSetter) SetNowCallCount ¶
func (fake *CurrentDateTimeSetter) SetNowCallCount() int
func (*CurrentDateTimeSetter) SetNowCalls ¶
func (fake *CurrentDateTimeSetter) SetNowCalls(stub func(time.DateTime))
type CurrentTime ¶
type CurrentTime struct {
NowStub func() timea.Time
SetNowStub func(timea.Time)
// contains filtered or unexported fields
}
func (*CurrentTime) Invocations ¶
func (fake *CurrentTime) Invocations() map[string][][]interface{}
func (*CurrentTime) Now ¶
func (fake *CurrentTime) Now() timea.Time
func (*CurrentTime) NowCallCount ¶
func (fake *CurrentTime) NowCallCount() int
func (*CurrentTime) NowCalls ¶
func (fake *CurrentTime) NowCalls(stub func() timea.Time)
func (*CurrentTime) NowReturns ¶
func (fake *CurrentTime) NowReturns(result1 timea.Time)
func (*CurrentTime) NowReturnsOnCall ¶
func (fake *CurrentTime) NowReturnsOnCall(i int, result1 timea.Time)
func (*CurrentTime) SetNow ¶
func (fake *CurrentTime) SetNow(arg1 timea.Time)
func (*CurrentTime) SetNowArgsForCall ¶
func (fake *CurrentTime) SetNowArgsForCall(i int) timea.Time
func (*CurrentTime) SetNowCallCount ¶
func (fake *CurrentTime) SetNowCallCount() int
func (*CurrentTime) SetNowCalls ¶
func (fake *CurrentTime) SetNowCalls(stub func(timea.Time))
type CurrentTimeGetter ¶
type CurrentTimeGetter struct {
NowStub func() timea.Time
// contains filtered or unexported fields
}
func (*CurrentTimeGetter) Invocations ¶
func (fake *CurrentTimeGetter) Invocations() map[string][][]interface{}
func (*CurrentTimeGetter) Now ¶
func (fake *CurrentTimeGetter) Now() timea.Time
func (*CurrentTimeGetter) NowCallCount ¶
func (fake *CurrentTimeGetter) NowCallCount() int
func (*CurrentTimeGetter) NowCalls ¶
func (fake *CurrentTimeGetter) NowCalls(stub func() timea.Time)
func (*CurrentTimeGetter) NowReturns ¶
func (fake *CurrentTimeGetter) NowReturns(result1 timea.Time)
func (*CurrentTimeGetter) NowReturnsOnCall ¶
func (fake *CurrentTimeGetter) NowReturnsOnCall(i int, result1 timea.Time)
type CurrentTimeSetter ¶
type CurrentTimeSetter struct {
SetNowStub func(timea.Time)
// contains filtered or unexported fields
}
func (*CurrentTimeSetter) Invocations ¶
func (fake *CurrentTimeSetter) Invocations() map[string][][]interface{}
func (*CurrentTimeSetter) SetNow ¶
func (fake *CurrentTimeSetter) SetNow(arg1 timea.Time)
func (*CurrentTimeSetter) SetNowArgsForCall ¶
func (fake *CurrentTimeSetter) SetNowArgsForCall(i int) timea.Time
func (*CurrentTimeSetter) SetNowCallCount ¶
func (fake *CurrentTimeSetter) SetNowCallCount() int
func (*CurrentTimeSetter) SetNowCalls ¶
func (fake *CurrentTimeSetter) SetNowCalls(stub func(timea.Time))
type HasDuration ¶
type HasDuration struct {
DurationStub func() timea.Duration
// contains filtered or unexported fields
}
func (*HasDuration) Duration ¶
func (fake *HasDuration) Duration() timea.Duration
func (*HasDuration) DurationCallCount ¶
func (fake *HasDuration) DurationCallCount() int
func (*HasDuration) DurationCalls ¶
func (fake *HasDuration) DurationCalls(stub func() timea.Duration)
func (*HasDuration) DurationReturns ¶
func (fake *HasDuration) DurationReturns(result1 timea.Duration)
func (*HasDuration) DurationReturnsOnCall ¶
func (fake *HasDuration) DurationReturnsOnCall(i int, result1 timea.Duration)
func (*HasDuration) Invocations ¶
func (fake *HasDuration) Invocations() map[string][][]interface{}
type HasTime ¶
func (*HasTime) Invocations ¶
func (*HasTime) TimeCallCount ¶
func (*HasTime) TimeReturns ¶
type WaiterDuration ¶
type WaiterDuration struct {
WaitStub func(context.Context, time.Duration) error
// contains filtered or unexported fields
}
func (*WaiterDuration) Invocations ¶
func (fake *WaiterDuration) Invocations() map[string][][]interface{}
func (*WaiterDuration) WaitArgsForCall ¶
func (*WaiterDuration) WaitCallCount ¶
func (fake *WaiterDuration) WaitCallCount() int
func (*WaiterDuration) WaitReturns ¶
func (fake *WaiterDuration) WaitReturns(result1 error)
func (*WaiterDuration) WaitReturnsOnCall ¶
func (fake *WaiterDuration) WaitReturnsOnCall(i int, result1 error)
type WaiterUntil ¶
type WaiterUntil struct {
WaitUntilStub func(context.Context, time.DateTime) error
// contains filtered or unexported fields
}
func (*WaiterUntil) Invocations ¶
func (fake *WaiterUntil) Invocations() map[string][][]interface{}
func (*WaiterUntil) WaitUntilArgsForCall ¶
func (*WaiterUntil) WaitUntilCallCount ¶
func (fake *WaiterUntil) WaitUntilCallCount() int
func (*WaiterUntil) WaitUntilCalls ¶
func (*WaiterUntil) WaitUntilReturns ¶
func (fake *WaiterUntil) WaitUntilReturns(result1 error)
func (*WaiterUntil) WaitUntilReturnsOnCall ¶
func (fake *WaiterUntil) WaitUntilReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.