JarHostTest
public
class
JarHostTest
extends HostTest
java.lang.Object 中 | ||
↳ | com.android.tradefed.testtype.HostTest | |
↳ | com.android.compatibility.common.tradefed.testtype.JarHostTest |
用于主机端 JUnit 测试的测试运行程序。包裹与历史和向后 兼容性原因。
摘要
嵌套类 | |
---|---|
class |
JarHostTest.HostTestListener
一个封装容器监听器,用于将除 testRunStarted() 和 testRunEnded() 之外的所有事件转发给 嵌入式监听器。 |
公共构造函数 | |
---|---|
JarHostTest()
|
公共方法 | |
---|---|
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
运行测试,并将结果报告给监听器。 |
公共构造函数
JarHostTest
public JarHostTest ()
公共方法
得分
public void run (TestInformation testInfo, ITestInvocationListener listener)
运行测试,并将结果报告给监听器。
参数 | |
---|---|
testInfo |
TestInformation :包含要运行的有用信息的 TestInformation 对象
测试。 |
listener |
ITestInvocationListener :测试结果的 ITestInvocationListener |
抛出 | |
---|---|
DeviceNotAvailableException |