TemporaryTrackRepositoryFixture class final

Temporary canonical database fixture. Pass an FFI database factory in pure Dart tests or the platform factory in integration tests.

Properties

directory → Directory
final
hashCode → int
The hash code for this object.
no setterinherited
repository → SqliteTrackRepository
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → Future<void>
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

Static Methods

create({required DatabaseFactory databaseFactory, DateTime clock()?}) → Future<TemporaryTrackRepositoryFixture>