FrameworkStabilizers class

Provides a set of helper functions for frameworks to register and deregister stabilizing functions. These functions will be called by tests, whenever they require the page to be stable before they can perform the next action.

Constructors

FrameworkStabilizers()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

add(FrameworkStabilizer fn) int
Add a stabilize function for a framework.
remove(int id) bool
Removes the FrameworkStabilizer identified by id.
removeAll() → void