Type Alias LockFactoryTestSuiteSettings
LockFactoryTestSuiteSettings: { beforeEach: typeof beforeEach; createLockFactory: () => Promisable< { lockFactory: ILockFactory; serde: ISerde }, >; delayBuffer?: ITimeSpan; describe: SuiteAPI; eventDispatchWaitTime?: ITimeSpan; excludeEventTests?: boolean; excludeSerdeTests?: boolean; expect: ExpectStatic; test: TestAPI; timeSpanEqualityBuffer?: ITimeSpan;} Type declaration
beforeEach: typeof beforeEach
OptionaldelayBuffer?: ITimeSpan
describe: SuiteAPI
OptionaleventDispatchWaitTime?: ITimeSpan
OptionalexcludeEventTests?: boolean
OptionalexcludeSerdeTests?: boolean
expect: ExpectStatic
test: TestAPI
OptionaltimeSpanEqualityBuffer?: ITimeSpan
IMPORT_PATH:
"@daiso-tech/core/lock/test-utilities"