Module lit::event_handler[][src]

Expand description

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

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

Structs

The default event handler, logging to stdout/stderr.

Stores details about the test suite.

Traits

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