DynamicFileStub 测试
public
class
DynamicFileStubTest
extends Object
implements
IRemoteTest
java.lang.Object 中 | |
↳ | com.android.tradefed.testtype.DynamicFileStubTest |
这是一个 tradefed 测试,用于测试 tradefed 是否可以正确解析动态文件。
摘要
公共构造函数 | |
---|---|
DynamicFileStubTest()
|
公共方法 | |
---|---|
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
运行测试,并将结果报告给监听器。 |
公共构造函数
DynamicFileStubTest
public DynamicFileStubTest ()
公共方法
得分
public void run (TestInformation testInfo, ITestInvocationListener listener)
运行测试,并将结果报告给监听器。
参数 | |
---|---|
testInfo |
TestInformation :包含要运行的有用信息的 TestInformation 对象
测试。 |
listener |
ITestInvocationListener :测试结果的 ITestInvocationListener |
抛出 | |
---|---|
DeviceNotAvailableException |