AuthScimApplicationProjectionStoreConformanceFixture constructor

const AuthScimApplicationProjectionStoreConformanceFixture({
  1. required AuthScimApplicationProjectionStore store,
  2. required AuthScimApplicationProjectionStoreConformanceFaultController faults,
  3. FutureOr<void> dispose()?,
})

Creates a fixture from the projection store and fault controller.

Implementation

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