AndroidMatrix class

A set of Android device configuration permutations is defined by the the cross-product of the given axes.

Internally, the given AndroidMatrix will be expanded into a set of AndroidDevices. Only supported permutations will be instantiated. Invalid permutations (e.g., incompatible models/versions) are ignored.

Constructors

AndroidMatrix({List<String>? androidModelIds, List<String>? androidVersionIds, List<String>? locales, List<String>? orientations})
AndroidMatrix.fromJson(Map json_)

Properties

androidModelIds ↔ List<String>?
The ids of the set of Android device to be used.
getter/setter pair
androidVersionIds ↔ List<String>?
The ids of the set of Android OS version to be used.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
locales ↔ List<String>?
The set of locales the test device will enable for testing.
getter/setter pair
orientations ↔ List<String>?
The set of orientations to test with.
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