Skip to main content

Module fixture

Module fixture 

Source
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§

FixtureTransport
An in-memory transport for deterministic sessions and replay.