嘈杂的空运行测试

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