Rejection class final

A description of a value that failed an expectation.

Constructors

Rejection({Iterable<String> actual = const [], Iterable<String>? which})

Properties

actual Iterable<String>
A description of the actual value as it relates to the expectation.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
which Iterable<String>?
A description of the way that actual failed to meet the expectation.
final

Methods

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