EveryTestFinder class

Symbolize a golden test finder, its parameter instance and its expected value

Constructors

EveryTestFinder(Finder finder)

Properties

finder Finder
Finder used to compare Widget with golden record
getter/setter pair
golden String
Golden file name used as reference to compare with Widget
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ dynamic
Parameter value (can be anything)
getter/setter pair

Methods

matches(dynamic param, String goldenFile) EveryTestFinder
Util method used to store param and golden file name
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