IosTestSetup class
A description of how to set up an iOS device prior to running the test.
Constructors
-
IosTestSetup({List<
FileReference> ? additionalIpas, String? networkProfile, List<IosDeviceFile> ? pullDirectories, List<IosDeviceFile> ? pushFiles}) - IosTestSetup.fromJson(Map _json)
Properties
-
additionalIpas
↔ List<
FileReference> ? -
iOS apps to install in addition to those being directly tested.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- networkProfile ↔ String?
-
The network traffic profile used for running the test.
getter/setter pair
-
pullDirectories
↔ List<
IosDeviceFile> ? -
List of directories on the device to upload to Cloud Storage at the end of
the test.
getter/setter pair
-
pushFiles
↔ List<
IosDeviceFile> ? -
List of files to push to the device before starting the test.
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