Class AndroidInstrumentationTest
A test of an Android application that can control an Android component independently of its normal lifecycle. See for more information on types of Android tests.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class AndroidInstrumentationTest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TestPackageId
The java package for the test to be executed. Required
Declaration
[JsonProperty("testPackageId")]
public virtual string TestPackageId { get; set; }
Property Value
Type | Description |
---|---|
string |
TestRunnerClass
The InstrumentationTestRunner class. Required
Declaration
[JsonProperty("testRunnerClass")]
public virtual string TestRunnerClass { get; set; }
Property Value
Type | Description |
---|---|
string |
TestTargets
Each target must be fully qualified with the package name or class name, in one of these formats: - "package package_name" - "class package_name.class_name" - "class package_name.class_name#method_name" If empty, all targets in the module will be run.
Declaration
[JsonProperty("testTargets")]
public virtual IList<string> TestTargets { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
UseOrchestrator
The flag indicates whether Android Test Orchestrator will be used to run test or not.
Declaration
[JsonProperty("useOrchestrator")]
public virtual bool? UseOrchestrator { get; set; }
Property Value
Type | Description |
---|---|
bool? |