Class AndroidTest
An Android mobile test specification.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class AndroidTest : IDirectResponseSchema
Properties
AndroidAppInfo
Information about the application under test.
Declaration
[JsonProperty("androidAppInfo")]
public virtual AndroidAppInfo AndroidAppInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| AndroidAppInfo |
AndroidInstrumentationTest
An Android instrumentation test.
Declaration
[JsonProperty("androidInstrumentationTest")]
public virtual AndroidInstrumentationTest AndroidInstrumentationTest { get; set; }
Property Value
| Type | Description |
|---|---|
| AndroidInstrumentationTest |
AndroidRoboTest
An Android robo test.
Declaration
[JsonProperty("androidRoboTest")]
public virtual AndroidRoboTest AndroidRoboTest { get; set; }
Property Value
| Type | Description |
|---|---|
| AndroidRoboTest |
AndroidTestLoop
An Android test loop.
Declaration
[JsonProperty("androidTestLoop")]
public virtual AndroidTestLoop AndroidTestLoop { get; set; }
Property Value
| Type | Description |
|---|---|
| AndroidTestLoop |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TestTimeout
Max time a test is allowed to run before it is automatically cancelled.
Declaration
[JsonProperty("testTimeout")]
public virtual Duration TestTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Duration |