
target.apidocs.com.google.api.services.toolresults.model.AndroidRoboTest.html Maven / Gradle / Ivy
AndroidRoboTest (Cloud Tool Results API v1beta3-rev20210809-2.0.0)
com.google.api.services.toolresults.model
Class AndroidRoboTest
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.toolresults.model.AndroidRoboTest
-
public final class AndroidRoboTest
extends GenericJson
A test of an android application that explores the application on a virtual or physical Android
device, finding culprits and crashes as it goes.
This is the Java data model class that specifies how to parse/serialize into the JSON that is
transmitted over HTTP when working with the Cloud Tool Results API. For a detailed explanation
see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
AndroidRoboTest()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidRoboTest
clone()
String
getAppInitialActivity()
The initial activity that should be used to start the app.
String
getBootstrapPackageId()
The java package for the bootstrap.
String
getBootstrapRunnerClass()
The runner class for the bootstrap.
Integer
getMaxDepth()
The max depth of the traversal stack Robo can explore.
Integer
getMaxSteps()
The max number of steps/actions Robo can execute.
AndroidRoboTest
set(String fieldName,
Object value)
AndroidRoboTest
setAppInitialActivity(String appInitialActivity)
The initial activity that should be used to start the app.
AndroidRoboTest
setBootstrapPackageId(String bootstrapPackageId)
The java package for the bootstrap.
AndroidRoboTest
setBootstrapRunnerClass(String bootstrapRunnerClass)
The runner class for the bootstrap.
AndroidRoboTest
setMaxDepth(Integer maxDepth)
The max depth of the traversal stack Robo can explore.
AndroidRoboTest
setMaxSteps(Integer maxSteps)
The max number of steps/actions Robo can execute.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getAppInitialActivity
public String getAppInitialActivity()
The initial activity that should be used to start the app. Optional
- Returns:
- value or
null
for none
-
setAppInitialActivity
public AndroidRoboTest setAppInitialActivity(String appInitialActivity)
The initial activity that should be used to start the app. Optional
- Parameters:
appInitialActivity
- appInitialActivity or null
for none
-
getBootstrapPackageId
public String getBootstrapPackageId()
The java package for the bootstrap. Optional
- Returns:
- value or
null
for none
-
setBootstrapPackageId
public AndroidRoboTest setBootstrapPackageId(String bootstrapPackageId)
The java package for the bootstrap. Optional
- Parameters:
bootstrapPackageId
- bootstrapPackageId or null
for none
-
getBootstrapRunnerClass
public String getBootstrapRunnerClass()
The runner class for the bootstrap. Optional
- Returns:
- value or
null
for none
-
setBootstrapRunnerClass
public AndroidRoboTest setBootstrapRunnerClass(String bootstrapRunnerClass)
The runner class for the bootstrap. Optional
- Parameters:
bootstrapRunnerClass
- bootstrapRunnerClass or null
for none
-
getMaxDepth
public Integer getMaxDepth()
The max depth of the traversal stack Robo can explore. Optional
- Returns:
- value or
null
for none
-
setMaxDepth
public AndroidRoboTest setMaxDepth(Integer maxDepth)
The max depth of the traversal stack Robo can explore. Optional
- Parameters:
maxDepth
- maxDepth or null
for none
-
getMaxSteps
public Integer getMaxSteps()
The max number of steps/actions Robo can execute. Default is no limit (0). Optional
- Returns:
- value or
null
for none
-
setMaxSteps
public AndroidRoboTest setMaxSteps(Integer maxSteps)
The max number of steps/actions Robo can execute. Default is no limit (0). Optional
- Parameters:
maxSteps
- maxSteps or null
for none
-
set
public AndroidRoboTest set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public AndroidRoboTest clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy