Documentation
¶
Overview ¶
Package drpctest provides test related helpers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tracker ¶
Tracker keeps track of launched goroutines with a context.
func NewTracker ¶
NewTracker creates a new tracker that inspects the provided TB to see if tests have failed in any of its launched goroutines.
func (*Tracker) Close ¶
func (t *Tracker) Close()
Close cancels the context and waits for all of the goroutines started by Run to finish.
Click to show internal directories.
Click to hide internal directories.