嘈雜的空運行測試

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 TestInformation :包含運行測試的有用信息的TestInformation對象。

listener ITestInvocationListener : 測試結果的ITestInvocationListener

投擲
DeviceNotAvailableException

測試沙盒命令

public void testSandboxCommand (String[] args)

測試加載沙盒命令。

參數
args String

投擲
ConfigurationException