Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeWaiter
- func (fake *FakeWaiter) IsSignalError(err error) bool
- func (fake *FakeWaiter) IsSignalErrorArgsForCall(i int) error
- func (fake *FakeWaiter) IsSignalErrorCallCount() int
- func (fake *FakeWaiter) IsSignalErrorReturns(result1 bool)
- func (fake *FakeWaiter) Wait(timeout time.Duration) error
- func (fake *FakeWaiter) WaitArgsForCall(i int) time.Duration
- func (fake *FakeWaiter) WaitCallCount() int
- func (fake *FakeWaiter) WaitReturns(result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeWaiter ¶
type FakeWaiter struct { WaitStub func(timeout time.Duration) error IsSignalErrorStub func(err error) bool // contains filtered or unexported fields }
func (*FakeWaiter) IsSignalError ¶
func (fake *FakeWaiter) IsSignalError(err error) bool
func (*FakeWaiter) IsSignalErrorArgsForCall ¶
func (fake *FakeWaiter) IsSignalErrorArgsForCall(i int) error
func (*FakeWaiter) IsSignalErrorCallCount ¶
func (fake *FakeWaiter) IsSignalErrorCallCount() int
func (*FakeWaiter) IsSignalErrorReturns ¶
func (fake *FakeWaiter) IsSignalErrorReturns(result1 bool)
func (*FakeWaiter) WaitArgsForCall ¶
func (fake *FakeWaiter) WaitArgsForCall(i int) time.Duration
func (*FakeWaiter) WaitCallCount ¶
func (fake *FakeWaiter) WaitCallCount() int
func (*FakeWaiter) WaitReturns ¶
func (fake *FakeWaiter) WaitReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.