TestContext
public
class
TestContext
extends Object
java.lang.Object | |
🎞 | com.android.tradefed.cluster.TestContext |
Una classe per modellare un messaggio TestContext dell'API TFC.
Un messaggio TestContext viene utilizzato per archiviare e recuperare le informazioni contestuali che vengono trasmesse più tentativi per lo stesso comando di test.
Riepilogo
Costruttori pubblici | |
---|---|
TestContext()
|
Metodi pubblici | |
---|---|
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()
|
Costruttori pubblici
TestContext
public TestContext ()
Metodi pubblici
addEnvVars
public void addEnvVars (envVars)
Parametri | |
---|---|
envVars |
|
addTestResource
public void addTestResource (TestResource testResource)
Parametri | |
---|---|
testResource |
TestResource |
uguale
public boolean equals (Object o)
Parametri | |
---|---|
o |
Object |
Ritorni | |
---|---|
boolean |
daJson
public static TestContext fromJson (JSONObject json)
Parametri | |
---|---|
json |
JSONObject |
Ritorni | |
---|---|
TestContext |
Lanci | |
---|---|
JSONException |
getRiga di comando
public String getCommandLine ()
Ritorni | |
---|---|
String |
getEnvVar
publicgetEnvVars ()
Ritorni | |
---|---|
|
getTestResources
publicgetTestResources ()
Ritorni | |
---|---|
|
impostariga di comando
public void setCommandLine (String commandLine)
Parametri | |
---|---|
commandLine |
String |
toJson
public JSONObject toJson ()
Ritorni | |
---|---|
JSONObject |
Lanci | |
---|---|
JSONException |
ToString
public String toString ()
Ritorni | |
---|---|
String |