DifferentialStore
@rotorsoft/act-root / act-tck/src / DifferentialStore
Type Alias: DifferentialStore
DifferentialStore =
object
Defined in: libs/act-tck/src/store-differential-tck.ts:26
One Store implementation to feed into runStoreDifferentialTck. The harness drops + seeds each store, replays the identical generated workload against all of them, then compares their normalized outputs.
Propertiesโ
factoryโ
Defined in: libs/act-tck/src/store-differential-tck.ts:33
Produces the store under test. Called once in beforeAll; the
harness owns its lifecycle (drop + seed, then dispose).
Returnsโ
nameโ
readonlyname:string
Defined in: libs/act-tck/src/store-differential-tck.ts:28
Display name used in assertion messages and the describe block.