JarHost測試

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)

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

公共構造函數

JarHost測試

public JarHostTest ()

公共方法

跑步

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

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

參數
testInfo TestInformation :包含運行測試的有用信息的TestInformation對象。

listener ITestInvocationListener : 測試結果的ITestInvocationListener

投擲
DeviceNotAvailableException