testutils

package
v1.12.1-0...-676f45f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

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 Expect

func Expect(t *testing.T, watch chan events.Event, specifiers ...api.Event)

Expect fails the test if the next event is not one of the specified events.

func WatchShutdownTask

func WatchShutdownTask(t *testing.T, watch chan events.Event) *api.Task

WatchShutdownTask fails the test if the next event is not a task having its desired state changed to Shutdown.

func WatchTaskCreate

func WatchTaskCreate(t *testing.T, watch chan events.Event) *api.Task

WatchTaskCreate waits for a task to be created.

func WatchTaskDelete

func WatchTaskDelete(t *testing.T, watch chan events.Event) *api.Task

WatchTaskDelete waits for a task to be deleted.

func WatchTaskUpdate

func WatchTaskUpdate(t *testing.T, watch chan events.Event) *api.Task

WatchTaskUpdate waits for a task to be updated.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL