Documentation ¶
Index ¶
- func EnsureRuns(closure func()) <-chan struct{}
- func Expect(t *testing.T, watch chan events.Event, specifiers ...api.Event)
- func WatchShutdownTask(t *testing.T, watch chan events.Event) *api.Task
- func WatchTaskCreate(t *testing.T, watch chan events.Event) *api.Task
- func WatchTaskDelete(t *testing.T, watch chan events.Event) *api.Task
- func WatchTaskUpdate(t *testing.T, watch chan events.Event) *api.Task
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureRuns ¶
func EnsureRuns(closure func()) <-chan struct{}
EnsureRuns takes a closure and runs it in a goroutine, blocking until the goroutine has had an opportunity to run. It returns a channel which will be closed when the provided closure exits.
func WatchShutdownTask ¶
WatchShutdownTask fails the test if the next event is not a task having its desired state changed to Shutdown.
func WatchTaskCreate ¶
WatchTaskCreate waits for a task to be created.
func WatchTaskDelete ¶
WatchTaskDelete waits for a task to be deleted.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.