Skip to main content
Version: Current

DifferentialStore

@rotorsoft/act-root


@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โ€‹

readonly factory: () => Store | Promise<Store>

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โ€‹

Store | Promise<Store>


nameโ€‹

readonly name: string

Defined in: libs/act-tck/src/store-differential-tck.ts:28

Display name used in assertion messages and the describe block.