DeviceSelectionConfiguration class
Represents the device filters used in a test run and the maximum number of
devices to be included in the run. It is passed in as the
deviceSelectionConfiguration
request parameter in
ScheduleRun.
Constructors
-
DeviceSelectionConfiguration.new({required List<
DeviceFilter> filters, required int maxDevices})
Properties
-
filters
→ List<
DeviceFilter> -
Used to dynamically select a set of devices for a test run. A filter is made
up of an attribute, an operator, and one or more values.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxDevices → int
-
The maximum number of devices to be included in a test run.
final
- 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