[][src]Module lit::event_handler

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.