AuthStoreConformanceFixtureFactory typedef

AuthStoreConformanceFixtureFactory = FutureOr<AuthStoreConformanceFixture> Function()

Creates a fresh, isolated fixture for one conformance case.

Durable adapter tests should create a new database, schema, or namespace on every invocation. This lets the suite run cases independently and in any order.

Implementation

typedef AuthStoreConformanceFixtureFactory =
    FutureOr<AuthStoreConformanceFixture> Function();