Skip to content

Interface: MemoryStoreBehaviorConfig<T>

Makaio Framework


Makaio Framework / tools-core/testing / MemoryStoreBehaviorConfig

Defined in: ../../../tools/core/src/testing/index.ts:47

Configuration for the shared memory store behavioral test suite.

T

createStore: () => MemoryStoreLike<T>

Defined in: ../../../tools/core/src/testing/index.ts:51

Factory to create a fresh store instance per test.

MemoryStoreLike<T>


name: string

Defined in: ../../../tools/core/src/testing/index.ts:49

Human-readable name for the describe block (e.g. ‘ArtifactMemoryStore’).


ops: MemoryStoreTestOps<T>

Defined in: ../../../tools/core/src/testing/index.ts:53

Domain-specific item operations.