AndroidTestLoop class

A test of an Android Application with a Test Loop.

The intent \ will be implicitly added, since Games is the only user of this api, for the time being.

Constructors

AndroidTestLoop({FileReference? appApk, AppBundle? appBundle, String? appPackageId, List<String>? scenarioLabels, List<int>? scenarios})
AndroidTestLoop.fromJson(Map _json)

Properties

appApk FileReference?
The APK for the application under test.
getter/setter pair
appBundle AppBundle?
A multi-apk app bundle for the application under test.
getter/setter pair
appPackageId String?
The java package for the application under test.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scenarioLabels List<String>?
The list of scenario labels that should be run during the test.
getter/setter pair
scenarios List<int>?
The list of scenarios that should be run during the test.
getter/setter pair

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