Fest class

Constructors

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

Properties

driver FlutterDriver
final
hashCode int
The hash code for this object.
no setterinherited
options SnapshotTestOptions
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

captureScreenshot(String id, {bool? asNew}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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