CloseToList<T extends num> class
A class extending Matcher
that matches two numerical lists
within a certain precision.
Constructors
-
CloseToList(List<
T> expected, num delta)
Properties
Methods
-
describe(
Description description) → Description - Builds a textual description of the matcher.
-
describeMismatch(
dynamic item, Description mismatchDescription, Map matchState, bool verbose) → Description - Builds a textual description of a specific mismatch.
-
matches(
dynamic item, Map matchState) → bool - Does the matching of the actual vs expected values.
-
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