Fest class Null safety

Constructors

Fest({required FlutterDriver driver, SnapshotTestOptions? options})

Properties

driver FlutterDriver
final
hashCode int
The hash code for this object. [...]
read-only, inherited
options SnapshotTestOptions
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
saveFailure(Snapshot o, Snapshot n) Future<bool>
toMatchImageSnapshot(String id, {List<RegExp>? removeExps}) Future<void>
toMatchLayerTreeSnapshot(String id, {List<RegExp>? removeExps}) Future<void>
toMatchRenderTreeSnapshot(String id, {List<RegExp>? removeExps}) Future<void>
toString() String
A string representation of this object. [...]
inherited

Operators

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