Show / Hide Table of Contents

Class IosTestLoop

A test of an iOS application that implements one or more game loop scenarios. This test type accepts an archived application (.ipa file) and a list of integer scenarios that will be executed on the app sequentially.

Inheritance
object
IosTestLoop
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 IosTestLoop : IDirectResponseSchema

Properties

AppBundleId

Output only. The bundle id for the application under test.

Declaration
[JsonProperty("appBundleId")]
public virtual string AppBundleId { get; set; }
Property Value
Type Description
string

AppIpa

Required. The .ipa of the application to test.

Declaration
[JsonProperty("appIpa")]
public virtual FileReference AppIpa { get; set; }
Property Value
Type Description
FileReference

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Scenarios

The list of scenarios that should be run during the test. Defaults to the single scenario 0 if unspecified.

Declaration
[JsonProperty("scenarios")]
public virtual IList<int?> Scenarios { get; set; }
Property Value
Type Description
IList<int?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX