Expand description
The fixture transport: a deterministic in-memory runtime.
The fixture maps the bus onto an in-memory value store, so a session can be driven end to end without a server or browser. It also models connection loss and reconnection so the UI’s session-status handling is testable.
Structs§
- Fixture
Transport - An in-memory transport for deterministic sessions and replay.