WMTester<WM extends WidgetModel<ElementaryWidget<IWidgetModel>, ElementaryModel>, W extends ElementaryWidget<IWidgetModel>> class abstract

Interface for control wm stage in test.

Constructors

WMTester()

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

activate() → void
Transition from the "inactive" to the "active" lifecycle state.
deactivate() → void
Transition from the "active" to the "inactive" lifecycle state.
didChangeDependencies() → void
Called when a dependency of this element changes.
init({W? initWidget}) → void
Initialize widget model to work.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unmount() → void
Transition from the "inactive" to the "defunct" lifecycle state.
update(W newWidget) → void
Change the widget used to configure this element.

Operators

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