EnvironmentMatrix class
The matrix of environments in which the test is to be executed.
Constructors
- EnvironmentMatrix({AndroidDeviceList? androidDeviceList, AndroidMatrix? androidMatrix, IosDeviceList? iosDeviceList})
- EnvironmentMatrix.fromJson(Map _json)
Properties
- androidDeviceList ↔ AndroidDeviceList?
-
A list of Android devices; the test will be run only on the specified
devices.
getter/setter pair
- androidMatrix ↔ AndroidMatrix?
-
A matrix of Android devices.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- iosDeviceList ↔ IosDeviceList?
-
A list of iOS devices.
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