AFSharedTestExtensionContext class

Properties

applicators List<AFApplyWidgetAction>
final
extractors List<AFExtractWidgetAction>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollers List<AFScrollerAction>
final

Methods

initializeApp() → void
mergeWith(AFSharedTestExtensionContext other) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerApplicator(AFApplyWidgetAction apply) → void
Register a way to tap or set a value on a particular kind of widget.
registerExtractor(AFExtractWidgetAction extract) → void
registerScroller(AFScrollerAction scroller) → void
toString() String
A string representation of this object.
inherited

Operators

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