Contexto de teste
public
class
TestContext
extends Object
java.lang.Object | |
↳ | com.android.tradefed.cluster.TestContext |
Uma classe para modelar uma mensagem TestContext da API TFC.
Uma mensagem TestContext é usada para armazenar e recuperar informações contextuais que estão sendo transmitidas várias tentativas do mesmo comando de teste.
Resumo
Construtores 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()
|
Construtores públicos
Contexto de teste
public TestContext ()
Métodos públicos
addEnvVars
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 |
Retorna | |
---|---|
boolean |
da JSON
public static TestContext fromJson (JSONObject json)
Parâmetros | |
---|---|
json |
JSONObject |
Retorna | |
---|---|
TestContext |
Gera | |
---|---|
JSONException |
getCommandLine
public String getCommandLine ()
Retorna | |
---|---|
String |
getEnvVars
publicgetEnvVars ()
Retorna | |
---|---|
|
getTestResources.
publicgetTestResources ()
Retorna | |
---|---|
|
setCommandLine
public void setCommandLine (String commandLine)
Parâmetros | |
---|---|
commandLine |
String |
ToJson
public JSONObject toJson ()
Retorna | |
---|---|
JSONObject |
Gera | |
---|---|
JSONException |
toString
public String toString ()
Retorna | |
---|---|
String |