Expand description
atomr-testkit.
Provides:
TestKit— an actor system preconfigured for tests.TestProbe— a typed receiver that assertions run against.EventFilter— observes events on the system’s event stream.
Structs§
- Event
Filter - Multi
Node OopController - Out-of-process barrier controller. Bind it on the test driver,
then point the children at
local_addr()(e.g. via env var). - Multi
Node OopNode - Child-side handle. Construct one per node by passing the
controller’s
local_addr(). - Multi
Node Spec - Multi-node test specification.
- Scheduled
Token - TestKit
- Test
Probe - Test
Scheduler - Virtual-time scheduler. Time only advances when
advance_by/advance_tois called.
Enums§
Functions§
- within
- Run
bodywith the given budget, returningTestProbeError::Timeoutif it does not finish in time.