Interface: MemoryStoreBehaviorConfig<T>
Makaio Framework / tools-core/testing / MemoryStoreBehaviorConfig
Interface: MemoryStoreBehaviorConfig<T>
Section titled “Interface: MemoryStoreBehaviorConfig<T>”Defined in: ../../../tools/core/src/testing/index.ts:47
Configuration for the shared memory store behavioral test suite.
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”createStore
Section titled “createStore”createStore: () =>
MemoryStoreLike<T>
Defined in: ../../../tools/core/src/testing/index.ts:51
Factory to create a fresh store instance per test.
Returns
Section titled “Returns”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.