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.
- Test
Suite Details - Stores details about the test suite.
Traits§
- Event
Handler - An object which listens to events that occur during a test suite run.