Module display::testutil

source ·
Expand description

Utilities for writing tests that interact with the display.

Structs

  • A mocked version of CrossTerm, useful for testing.

Enums

  • The state of the CrossTerm instance.

Traits

  • A version of the TUI that provides defaults for all trait methods. This can be used to create mocked versions of the TUI interface, without needing to define all methods provided by the interface.

Functions