Kontekst testowy
public
class
TestContext
extends Object
java.lang.Object | |
↳ | com.android.tradefed.cluster.TestContext |
Klasa do modelowania komunikatu TestContext interfejsu TFC API.
Komunikat TestContext służy do przechowywania i pobierania przekazywanych informacji kontekstowych kilku prób wykonania tego samego polecenia testowego.
Podsumowanie
Konstruktory publiczne | |
---|---|
TestContext()
|
Metody publiczne | |
---|---|
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()
|
Konstruktory publiczne
Kontekst testowy
public TestContext ()
Metody publiczne
zmienne addEnvVar
public void addEnvVars (envVars)
Parametry | |
---|---|
envVars |
|
addTestResource
public void addTestResource (TestResource testResource)
Parametry | |
---|---|
testResource |
TestResource |
równa się
public boolean equals (Object o)
Parametry | |
---|---|
o |
Object |
Zwroty | |
---|---|
boolean |
Od JSON
public static TestContext fromJson (JSONObject json)
Parametry | |
---|---|
json |
JSONObject |
Zwroty | |
---|---|
TestContext |
Rzuty | |
---|---|
JSONException |
getCommandLine
public String getCommandLine ()
Zwroty | |
---|---|
String |
getEnvVars,
publicgetEnvVars ()
Zwroty | |
---|---|
|
getTestResources
publicgetTestResources ()
Zwroty | |
---|---|
|
setCommandLine
public void setCommandLine (String commandLine)
Parametry | |
---|---|
commandLine |
String |
Jan
public JSONObject toJson ()
Zwroty | |
---|---|
JSONObject |
Rzuty | |
---|---|
JSONException |
Ciąg
public String toString ()
Zwroty | |
---|---|
String |