Documentation ¶
Index ¶
- func CompareWait(cmp func() bool, timeout time.Duration) bool
- func CompareWait1(cmp func() bool) bool
- func CompareWait10(cmp func() bool) bool
- func CompareWait100(cmp func() bool) bool
- func CompareWaitError(cmp func() (bool, error), timeout time.Duration) error
- func CompareWaitErrorN(factor int64, cmp func() (bool, error)) error
- func CompareWaitErrorWithRetryInterval(cmp func() (bool, error), timeout time.Duration, retryInterval time.Duration) error
- func CompareWaitErrorWithRetryIntervalN(factor int64, retryInterval time.Duration, cmp func() (bool, error)) error
- func CompareWaitN(factor int64, cmp func() bool) bool
- func GC()
- func GetFunctionName(i interface{}) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareWait1 ¶
func CompareWait10 ¶
func CompareWait100 ¶
func CompareWaitError ¶
func CompareWaitN ¶
func GetFunctionName ¶
func GetFunctionName(i interface{}) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.