AuthAnonymousStoreConformanceSuite class final

Reusable atomicity contract for anonymous-account persistence adapters.

Durable adapters should run every case against their real transaction implementation and wire AuthAnonymousStoreConformanceFaultController to database fault injection. The suite never accepts an in-memory fallback.

Constructors

AuthAnonymousStoreConformanceSuite(AuthAnonymousStoreConformanceFactory createFixture)
Creates a suite backed by createFixture.

Properties

cases List<AuthAnonymousStoreConformanceCase>
The isolated cases exposed by this suite.
no setter
createFixture AuthAnonymousStoreConformanceFactory
Creates the isolated fixture used by each case. Creates the isolated fixture used by each case.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited