TestContext
public
class
TestContext
extends Object
java.lang.Object | |
↳ | com.android.tradefed.cluster.TestContext |
TFC API の TestContext メッセージをモデル化するためのクラス。
TestContext メッセージは、サービス間で渡されるコンテキスト情報の保存と取得に使用されます。 同じテストコマンドが複数回試行されたことを示します。
概要
パブリック コンストラクタ | |
---|---|
TestContext()
|
パブリック メソッド | |
---|---|
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()
|
パブリック コンストラクタ
TestContext
public TestContext ()
パブリック メソッド
addEnvVar
public void addEnvVars (envVars)
パラメータ | |
---|---|
envVars |
|
addTestResource
public void addTestResource (TestResource testResource)
パラメータ | |
---|---|
testResource |
TestResource |
equals
public boolean equals (Object o)
パラメータ | |
---|---|
o |
Object |
戻り値 | |
---|---|
boolean |
fromJson
public static TestContext fromJson (JSONObject json)
パラメータ | |
---|---|
json |
JSONObject |
戻り値 | |
---|---|
TestContext |
例外 | |
---|---|
JSONException |
getCommandLine
public String getCommandLine ()
戻り値 | |
---|---|
String |
getEnvVar
publicgetEnvVars ()
戻り値 | |
---|---|
|
getTestResources
publicgetTestResources ()
戻り値 | |
---|---|
|
setCommandLine
public void setCommandLine (String commandLine)
パラメータ | |
---|---|
commandLine |
String |
toJson
public JSONObject toJson ()
戻り値 | |
---|---|
JSONObject |
例外 | |
---|---|
JSONException |
toString
public String toString ()
戻り値 | |
---|---|
String |