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 |
|