Skip to main content

Module test_support

Module test_support 

Source
Expand description

Test fixtures. Made pub (rather than #[cfg(test)]) so the integration tests in tests/ can reach them โ€” same pattern as compose::test_support and mailbox::test_support.

Structsยง

MockKeySender
Recording stub. Captures every (session, encoded) pair so tests can assert which session was targeted with which key. Separate scroll_calls log for mouse-wheel forwards so keystroke and scroll surfaces stay independently inspectable.