TestContext

public class TestContext
extends Object

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


一種類別,用於建立 TFC API 的 TestContext 訊息。

TestContext 訊息用於儲存及擷取傳遞的比對內容資訊。 反覆嘗試同樣的測試指令

摘要

公用建構函式

TestContext()

公用方法

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()

公用建構函式

TestContext

public TestContext ()

公用方法

addEnvVars

public void addEnvVars ( envVars)

參數
envVars

addTestResource

public void addTestResource (TestResource testResource)

參數
testResource TestResource

等於

public boolean equals (Object o)

參數
o Object

傳回
boolean

fromJson

public static TestContext fromJson (JSONObject json)

參數
json JSONObject

傳回
TestContext

擲回
JSONException

getCommandLine

public String getCommandLine ()

傳回
String

getEnvVars

public  getEnvVars ()

傳回

getTest 資源

public  getTestResources ()

傳回

setCommandLine

public void setCommandLine (String commandLine)

參數
commandLine String

ToJson

public JSONObject toJson ()

傳回
JSONObject

擲回
JSONException

toString

public String toString ()

傳回
String