Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Wait ¶
This extends WaitGroup with a few useful methods to avoid tests having a failure mode of hanging.
func (*Wait) In ¶
This calls Done() after the specified duration.
func (*Wait) WaitUntil ¶
This waits until Done() has been called or the specified duration has elapsed. If Done() is called, then onSuccess is called. If the duration elapses without Done() being called, then onTimeout is called.
Source Files
¶
- data.go
- json.go
- wait.go
- yaml.go
Click to show internal directories.
Click to hide internal directories.