ผลการทดสอบอุปกรณ์

public class DeviceTestResult
extends TestResult

java.lang.Object
junit.framework.TestResult
com.android.tradefed.testtype.DeviceTestResult


ความเชี่ยวชาญพิเศษของ TestResult ที่จะถูกยกเลิกเมื่อ DeviceNotAvailableException เกิดขึ้น

สรุป

คลาสที่ซ้อนกัน

class DeviceTestResult.RuntimeDeviceNotAvailableException

ผู้รับเหมาก่อสร้างสาธารณะ

DeviceTestResult ()

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

void endTest (Test test)

void runProtected (Test test, Protectable p)

รัน TestCase

void setTestInfo ( TestInformation testInfo)
void startTest (Test test)

วิธีการที่ได้รับการป้องกัน

void run (TestCase test)

ผู้รับเหมาก่อสร้างสาธารณะ

ผลการทดสอบอุปกรณ์

public DeviceTestResult ()

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

สิ้นสุดการทดสอบ

public void endTest (Test test)

พารามิเตอร์
test Test

เรียกใช้การป้องกัน

public void runProtected (Test test, 
                Protectable p)

รัน TestCase

พารามิเตอร์
test Test

p Protectable

ขว้าง
DeviceTestResult.RuntimeDeviceNotAvailableException หาก DeviceNotAvailableException เกิดขึ้น

ตั้งค่า TestInfo

public void setTestInfo (TestInformation testInfo)

พารามิเตอร์
testInfo TestInformation

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

public void startTest (Test test)

พารามิเตอร์
test Test

วิธีการที่ได้รับการป้องกัน

วิ่ง

protected void run (TestCase test)

พารามิเตอร์
test TestCase