Jar主機測試

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)

運行測試,並將結果報告給偵聽器。

公共構造函數

Jar主機測試

public JarHostTest ()

公共方法

跑步

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

運行測試,並將結果報告給偵聽器。

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

listener ITestInvocationListener :測試結果的ITestInvocationListener

投擲
DeviceNotAvailableException