Show / Hide Table of Contents

Class IosTestSetup

A description of how to set up an iOS device prior to running the test.

Inheritance
object
IosTestSetup
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX