com.android.tradefed.testtype.junit4
注释
| AfterClassWithInfo |
与 AfterClass 类似的保证,但带有注解的方法必须使用 TestInformation 参数。
|
| BeforeClassWithInfo |
与 BeforeClass 类似的保证,但带有注解的方法必须使用 TestInformation 参数。
|
类
| BaseHostJUnit4Test | 用于运行主机 JUnit4 型测试的基准测试类。 |
| CarryDnaeError |
内部 RuntimeException,用于通过 JUnit4 框架传递 DeviceNotAvailableException。
|
| CarryInterruptedException | 当测试阶段超时触发且需要将 InterruptedException 从测试执行线程传递到调用执行线程时抛出。 |
| DeviceParameterizedRunner | 适用于主机端驱动型参数化测试的 JUnit4 风格参数化运行程序。 |
| DeviceTestRunOptions | 用于通过 BaseHostJUnit4Test 运行设备测试的选项的构建器类。 |
| ExceptionThrowingRunnerWrapper | |
| JUnit4ResultForwarder | JUnit4 运行程序中的结果转发器。 |
| RunAftersWithInfo | |
| RunBeforesWithInfo | |
| RunNotifierWrapper |
RunNotifier 的封装容器,以便我们携带 DeviceNotAvailableException。
|