Module event_handler

Source
Expand description

Logic for showing testing events to the user - the UI logic.

All “UI” logic is driven through the EventHandler trait.

Structs§

Default
The default event handler, logging to stdout/stderr.
TestSuiteDetails
Stores details about the test suite.

Traits§

EventHandler
An object which listens to events that occur during a test suite run.