TestContext

public class TestContext
extends Object

java.lang.Object
   ↳ com.android.tradefed.cluster.TestContext


Klasa modelująca wiadomość TestContext interfejsu TFC API.

Wiadomość TestContext służy do przechowywania i odzyskiwania informacji kontekstowych przekazywanych w wielu próbach wykonania tego samego polecenia testowego.

Podsumowanie

Konstruktory publiczne

TestContext()

Metody publiczne

void addEnvVars( envVars)
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

TestContext

public TestContext ()

Metody publiczne

addEnvVars

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

fromJson

public static TestContext fromJson (JSONObject json)

Parametry
json JSONObject

Zwroty
TestContext

Rzuty
JSONException

getCommandLine

public String getCommandLine ()

Zwroty
String

getEnvVars

public  getEnvVars ()

Zwroty

getTestResources

public  getTestResources ()

Zwroty

setCommandLine

public void setCommandLine (String commandLine)

Parametry
commandLine String

toJson

public JSONObject toJson ()

Zwroty
JSONObject

Rzuty
JSONException

toString

public String toString ()

Zwroty
String