AuthPhoneNumberBackendConformanceFixture class final

Supplies the phone-number backend and lifecycle hooks used by a case.

Constructors

AuthPhoneNumberBackendConformanceFixture({required AuthStore store, required AuthPhoneNumberBackend backend, required AuthPhoneNumberBackendConformanceFaultController faults, required FutureOr<bool> hardDeleteUser(String userId), FutureOr<void> dispose()?})
Creates a fixture from the backend, store, and lifecycle hooks.
const

Properties

backend AuthPhoneNumberBackend
Phone-number backend under test.
final
dispose FutureOr<void> Function()?
Releases resources owned by the fixture.
final
faults AuthPhoneNumberBackendConformanceFaultController
Fault controller for rollback cases.
final
hardDeleteUser FutureOr<bool> Function(String userId)
Deletes all phone-number state for a user identifier.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store AuthStore
Core authentication store shared with the phone-number AuthPhoneNumberBackend.
final

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