嘈杂的试运行测试

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