TestContext
public
class
TestContext
extends Object
java.lang.Object | |
😎 | com.android.tradefed.cluster.TestContext |
Eine Klasse zum Modellieren einer TestContext-Nachricht der TFC API.
Eine TestContext-Nachricht wird zum Speichern und Abrufen von Kontextinformationen verwendet, die weitergegeben werden mit dem gleichen Testbefehl.
Zusammenfassung
Öffentliche Konstruktoren | |
---|---|
TestContext()
|
Öffentliche Methoden | |
---|---|
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()
|
Öffentliche Konstruktoren
TestContext
public TestContext ()
Öffentliche Methoden
addEnvVars
public void addEnvVars (envVars)
Parameter | |
---|---|
envVars |
|
addTestResource
public void addTestResource (TestResource testResource)
Parameter | |
---|---|
testResource |
TestResource |
ist gleich
public boolean equals (Object o)
Parameter | |
---|---|
o |
Object |
Returns | |
---|---|
boolean |
fromJson
public static TestContext fromJson (JSONObject json)
Parameter | |
---|---|
json |
JSONObject |
Returns | |
---|---|
TestContext |
Ausgabe | |
---|---|
JSONException |
getCommandLine
public String getCommandLine ()
Returns | |
---|---|
String |
getEnvVars
publicgetEnvVars ()
Returns | |
---|---|
|
getTestResources
publicgetTestResources ()
Returns | |
---|---|
|
Kommandozeile festlegen
public void setCommandLine (String commandLine)
Parameter | |
---|---|
commandLine |
String |
ToJson
public JSONObject toJson ()
Returns | |
---|---|
JSONObject |
Ausgabe | |
---|---|
JSONException |
toString
public String toString ()
Returns | |
---|---|
String |