Show / Hide Table of Contents

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.

Inheritance
object
AndroidInstrumentationTest
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX