Contexto de prueba
public
class
TestContext
extends Object
Objeto java.lang. | |
↳ | com.android.tradefed.cluster.TestContext. |
Una clase para modelar un mensaje TestContext de la API de TFC.
Un mensaje TestContext se usa para almacenar y recuperar la información contextual que se transmite varios intentos del mismo comando de prueba.
Resumen
Constructores públicos | |
---|---|
TestContext()
|
Métodos públicos | |
---|---|
void
|
addEnvVars(
|
void
|
addTestResource(TestResource testResource)
|
boolean
|
equals(Object o)
|
static
TestContext
|
fromJson(JSONObject json)
|
String
|
getCommandLine()
|
|
getEnvVars()
|
|
getTestResources()
|
void
|
setCommandLine(String commandLine)
|
JSONObject
|
toJson()
|
String
|
toString()
|
Constructores públicos
Contexto de prueba
public TestContext ()
Métodos públicos
agregarEnvVars
public void addEnvVars (envVars)
Parámetros | |
---|---|
envVars |
|
addTestResource.
public void addTestResource (TestResource testResource)
Parámetros | |
---|---|
testResource |
TestResource |
equals
public boolean equals (Object o)
Parámetros | |
---|---|
o |
Object |
Muestra | |
---|---|
boolean |
de JSON
public static TestContext fromJson (JSONObject json)
Parámetros | |
---|---|
json |
JSONObject |
Muestra | |
---|---|
TestContext |
Arroja | |
---|---|
JSONException |
Línea de comandos get
public String getCommandLine ()
Muestra | |
---|---|
String |
getEnvVars
publicgetEnvVars ()
Muestra | |
---|---|
|
getTestResources.
publicgetTestResources ()
Muestra | |
---|---|
|
EstablecerLínea de comandos
public void setCommandLine (String commandLine)
Parámetros | |
---|---|
commandLine |
String |
a José
public JSONObject toJson ()
Muestra | |
---|---|
JSONObject |
Arroja | |
---|---|
JSONException |
toString
public String toString ()
Muestra | |
---|---|
String |