บริบทการทดสอบ

public class TestContext
extends Object

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


คลาสสำหรับสร้างโมเดลข้อความ TestContext ของ TFC API

ข้อความ 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()

ช่างก่อสร้างสาธารณะ

บริบทการทดสอบ

public TestContext ()

วิธีการสาธารณะ

AddEnvVar

public void addEnvVars ( envVars)

พารามิเตอร์
envVars

เพิ่มทรัพยากรการทดสอบ

public void addTestResource (TestResource testResource)

พารามิเตอร์
testResource TestResource

เท่ากับ

public boolean equals (Object o)

พารามิเตอร์
o Object

คิกรีเทิร์น
boolean

จาก Json

public static TestContext fromJson (JSONObject json)

พารามิเตอร์
json JSONObject

คิกรีเทิร์น
TestContext

การขว้าง
JSONException

getCommandLine

public String getCommandLine ()

คิกรีเทิร์น
String

getEnvVar

public  getEnvVars ()

คิกรีเทิร์น

getTestResources

public  getTestResources ()

คิกรีเทิร์น

ตั้งค่าบรรทัดคำสั่ง

public void setCommandLine (String commandLine)

พารามิเตอร์
commandLine String

ToJson

public JSONObject toJson ()

คิกรีเทิร์น
JSONObject

การขว้าง
JSONException

toString

public String toString ()

คิกรีเทิร์น
String