Module input::testutil

source ·
Expand description

Utilities for writing tests that interact with input events.

Structs

Functions

  • Create an event reader that will map the provided events to the internal representation of the events. This allows for mocking of event input when testing at the highest level of the application.
  • Create a mocked version of KeyBindings.
  • Provide an EventHandler instance for use within a test.