JarHostTest

public class JarHostTest
extends HostTest

java.lang.Object
   ↳ com.android.tradefed.testtype.HostTest
     ↳ com.android.compatibility.common.tradefed.testtype.JarHostTest


測試主機端 JUnit 測試的執行器。因為歷史悠久,包裹未對齊向後 相容性因素。

摘要

巢狀類別

class JarHostTest.HostTestListener

會將 testRunStarted() 和 testRunEnded() 以外的所有事件轉送至 嵌入事件監聽器 

公用建構函式

JarHostTest()

公用方法

void run(TestInformation testInfo, ITestInvocationListener listener)

執行測試,並將結果回報給事件監聽器。

公用建構函式

JarHostTest

public JarHostTest ()

公用方法

得分

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

執行測試,並將結果回報給事件監聽器。

參數
testInfo TestInformationTestInformation 物件,包含可執行的實用資訊 測試。

listener ITestInvocationListener:測試結果的 ITestInvocationListener

擲回
DeviceNotAvailableException