BrowserTester class
Tests any jaspr app in a headless browser environment.
Properties
- binding → TestBrowserComponentsBinding
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
click(
Finder finder, {bool pump = true}) → Future< void> -
dispatchEvent(
Finder finder, String event, dynamic data) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pumpComponent(
Component component, {Map< String, dynamic>? initialSyncState, String attachTo = 'body'}) → Future< void> -
stubFetchState(
Map< String, dynamic> onFetchState(String url)) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited