StateMatcher class

Matcher for checking state values

Constructors

StateMatcher(String key, AirTestHarness harness)

Properties

harness AirTestHarness
final
hashCode int
The hash code for this object.
no setterinherited
isNotNull bool
Check if state is not null
no setter
isNull bool
Check if state is null
no setter
key String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

equals<T>(T expected) bool
Check if state equals expected value
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
value<T>() → T?
Get the current value

Operators

operator ==(Object other) bool
The equality operator.
inherited