吵雜的試運轉測試

public class NoisyDryRunTest
extends Object implements IRemoteTest

java.lang.Object
com.android.tradefed.testtype.NoisyDryRunTest


對命令檔案運行嘈雜的試運行。

概括

公共構造函數

NoisyDryRunTest ()

公共方法

void run ( TestInformation testInfo, ITestInvocationListener listener)

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

void testSandboxCommand (String[] args)

測試載入沙盒命令。

公共構造函數

吵雜的試運轉測試

public NoisyDryRunTest ()

公共方法

跑步

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

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

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

listener ITestInvocationListener :測試結果的ITestInvocationListener

投擲
DeviceNotAvailableException

測試沙箱指令

public void testSandboxCommand (String[] args)

測試載入沙盒命令。

參數
args String

投擲
ConfigurationException