EveryTestParameter class

Symbolize a test parameter instance and its expected value

Constructors

EveryTestParameter(dynamic value)

Properties

expected ↔ dynamic
Expected value for value parameter supplied
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

gives(dynamic expectedValue) EveryTestParameter
method used to specify which value is expected for the specified parameter
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