Skip to main content

Module testing

Module testing 

Source
Expand description

Deterministic Clock/IdGenerator fixtures, store- and app-agnostic, so every crate’s tests (app, conformance, adapters) can share one definition.

Structs§

FixedClock
Clock pinned to a fixed instant and date — deterministic for tests.
SeqIds
Sequential id generator: t1, t2, … Deterministic for tests.