Show / Hide Table of Contents

Class AndroidRoboTest

A test of an android application that explores the application on a virtual or physical Android device, finding culprits and crashes as it goes.

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

Properties

AppInitialActivity

The initial activity that should be used to start the app. Optional

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

BootstrapPackageId

The java package for the bootstrap. Optional

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

BootstrapRunnerClass

The runner class for the bootstrap. Optional

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

ETag

The ETag of the item.

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

MaxDepth

The max depth of the traversal stack Robo can explore. Optional

Declaration
[JsonProperty("maxDepth")]
public virtual int? MaxDepth { get; set; }
Property Value
Type Description
int?

MaxSteps

The max number of steps/actions Robo can execute. Default is no limit (0). Optional

Declaration
[JsonProperty("maxSteps")]
public virtual int? MaxSteps { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX