Testability class abstract
Interface for Testabilities that frameworks can provide for tests to wait on the framework to be stable.
- Implementers
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
whenStable(
IsStableCallback fn) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited