AuthScimConnectionStoreConformanceFixture constructor

const AuthScimConnectionStoreConformanceFixture({
  1. required AuthScimConnectionStore store,
  2. FutureOr<void> dispose()?,
})

Creates a fixture from the connection store and optional disposer.

Implementation

const AuthScimConnectionStoreConformanceFixture({
  required this.store,
  this.dispose,
});