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

公共方法

addEnvVar

public void addEnvVars ( envVars)

参数
envVars

添加测试资源

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

public  getEnvVars ()

返回

getTestResources

public  getTestResources ()

返回

setCommandLine

public void setCommandLine (String commandLine)

参数
commandLine String

ToJson

public JSONObject toJson ()

返回
JSONObject

抛出
JSONException

toString

public String toString ()

返回
String