FlutterWorld class
Properties
-
driver
→ FlutterDriver
-
read-only
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
attach(String data, String mimeType, [String context])
→ void
-
Attach data to the given
context
which can be a step name
or if blank it will be attached to the scenario
mimeType
one of 'text/plain', 'text/html', 'application/json', 'image/png'
inherited
-
dispose()
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
restartApp({Duration timeout = const Duration(seconds: 60)})
→ Future<bool>
-
-
setAttachmentManager(AttachmentManager attachmentManager)
→ void
-
inherited
-
setFlutterDriver(FlutterDriver flutterDriver)
→ void
-
-
setFlutterProcessHandler(FlutterRunProcessHandler flutterRunProcessHandler)
→ void
-
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(Object other)
→ bool
-
The equality operator. [...]
inherited