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 ()
공개 메서드
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 |
get명령줄
public String getCommandLine ()
반환 값 | |
---|---|
String |
getEnvVars
publicgetEnvVars ()
반환 값 | |
---|---|
|
getTestResources
publicgetTestResources ()
반환 값 | |
---|---|
|
set명령줄
public void setCommandLine (String commandLine)
매개변수 | |
---|---|
commandLine |
String |
JSON
public JSONObject toJson ()
반환 값 | |
---|---|
JSONObject |
생성 값 | |
---|---|
JSONException |
toString
public String toString ()
반환 값 | |
---|---|
String |