AndroidRoboTest class

A test of an android application that explores the application on a virtual or physical Android device, finding culprits and crashes as it goes.

Constructors

AndroidRoboTest({String? appInitialActivity, String? bootstrapPackageId, String? bootstrapRunnerClass, int? maxDepth, int? maxSteps})
AndroidRoboTest.fromJson(Map _json)

Properties

appInitialActivity String?
The initial activity that should be used to start the app.
getter/setter pair
bootstrapPackageId String?
The java package for the bootstrap.
getter/setter pair
bootstrapRunnerClass String?
The runner class for the bootstrap.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxDepth int?
The max depth of the traversal stack Robo can explore.
getter/setter pair
maxSteps int?
The max number of steps/actions Robo can execute.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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