Type Alias SharedLockFactoryTestSuiteSettings
SharedLockFactoryTestSuiteSettings: { beforeEach: typeof beforeEach; createSharedLockFactory: () => Promisable< { serde: ISerde; sharedLockFactory: ISharedLockFactory }, >; delayBuffer?: ITimeSpan; describe: SuiteAPI; eventDispatchWaitTime?: ITimeSpan; excludeEventTests?: boolean; excludeSerdeTests?: boolean; expect: ExpectStatic; retry?: number; test: TestAPI; timeSpanEqualityBuffer?: ITimeSpan;} Type declaration
beforeEach: typeof beforeEach
OptionaldelayBuffer?: ITimeSpan
describe: SuiteAPI
OptionaleventDispatchWaitTime?: ITimeSpan
OptionalexcludeEventTests?: boolean
OptionalexcludeSerdeTests?: boolean
expect: ExpectStatic
Optionalretry?: number
test: TestAPI
OptionaltimeSpanEqualityBuffer?: ITimeSpan
IMPORT_PATH:
"@daiso-tech/core/shared-lock/test-utilities"