Documentation
¶
Overview ¶
Package events prints and responds to test events.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActionStarted ¶
ActionStarted notifies that the specified action has started. Used to restrict the library to calling t.Helper and t.Log only.
func Breakpoint ¶
Breakpoint notifies a breakpoint has been reached, which suspends test execution until the user indicates test execution should be resumed. Returns an error if the test is not in debug mode.
func ReservationDone ¶
func ReservationDone()
ReservationDone notifies that the reservation is complete.
func TestCasesDone ¶
func TestCasesDone()
TestCasesDone notifies that the test cases are complete and the testbed is about to be released.
func TestStarted ¶
func TestStarted(debugMode bool)
TestStarted notifies that the test has started, whether it was started in debug mode, and that the testbed is about to be reserved.
Types ¶
This section is empty.