AuthScimApplicationProjectionStoreConformanceFixture constructor
const
AuthScimApplicationProjectionStoreConformanceFixture({
- required AuthScimApplicationProjectionStore store,
- required AuthScimApplicationProjectionStoreConformanceFaultController faults,
- FutureOr<
void> dispose()?,
Creates a fixture from the projection store and fault controller.
Implementation
const AuthScimApplicationProjectionStoreConformanceFixture({
required this.store,
required this.faults,
this.dispose,
});