NoisyDryRunTest
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)
测试加载沙盒化命令。 |
公共构造函数
NoisyDryRunTest
public NoisyDryRunTest ()
公共方法
得分
public void run (TestInformation testInfo, ITestInvocationListener listener)
运行测试,并将结果报告给监听器。
参数 | |
---|---|
testInfo |
TestInformation :包含要运行的有用信息的 TestInformation 对象
测试。 |
listener |
ITestInvocationListener :测试结果的 ITestInvocationListener |
抛出 | |
---|---|
DeviceNotAvailableException |
testSandboxCommand
public void testSandboxCommand (String[] args)
测试加载沙盒化命令。
参数 | |
---|---|
args |
String |
抛出 | |
---|---|
ConfigurationException |