裝置測試結果
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 |
runProtected
public void runProtected (Test test, Protectable p)
執行 TestCase。
參數 | |
---|---|
test |
Test |
p |
Protectable |
擲回 | |
---|---|
DeviceTestResult.RuntimeDeviceNotAvailableException |
發生 DeviceNotAvailableException 時 |
startTest
public void startTest (Test test)
參數 | |
---|---|
test |
Test |
保護方法
得分
protected void run (TestCase test)
參數 | |
---|---|
test |
TestCase |