Class IosTestSetup
A description of how to set up an iOS device prior to running the test.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class IosTestSetup : IDirectResponseSchema
Properties
AdditionalIpas
iOS apps to install in addition to those being directly tested.
Declaration
[JsonProperty("additionalIpas")]
public virtual IList<FileReference> AdditionalIpas { get; set; }
Property Value
Type | Description |
---|---|
IList<FileReference> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkProfile
The network traffic profile used for running the test. Available network profiles can be queried by using the NETWORK_CONFIGURATION environment type when calling TestEnvironmentDiscoveryService.GetTestEnvironmentCatalog.
Declaration
[JsonProperty("networkProfile")]
public virtual string NetworkProfile { get; set; }
Property Value
Type | Description |
---|---|
string |
PullDirectories
List of directories on the device to upload to Cloud Storage at the end of the test. Directories should either be in a shared directory (such as /private/var/mobile/Media) or within an accessible directory inside the app's filesystem (such as /Documents) by specifying the bundle ID.
Declaration
[JsonProperty("pullDirectories")]
public virtual IList<IosDeviceFile> PullDirectories { get; set; }
Property Value
Type | Description |
---|---|
IList<IosDeviceFile> |
PushFiles
List of files to push to the device before starting the test.
Declaration
[JsonProperty("pushFiles")]
public virtual IList<IosDeviceFile> PushFiles { get; set; }
Property Value
Type | Description |
---|---|
IList<IosDeviceFile> |