烘干机
public
final
class
DryRunner
extends Runner
java.lang.Object 中 | ||
↳ | org.junit.runner.Runner | |
↳ | com.android.tradefed.lite.DryRunner |
以透明的方式试运行测试,而不是实际执行测试。
这需要一个 description 对象来知道要模拟哪些测试。
摘要
公共构造函数 | |
---|---|
DryRunner(Description desc)
使用 Description 对象构造新的 DryRunner |
公共方法 | |
---|---|
Description
|
getDescription()
|
void
|
run(RunNotifier notifier)
|
公共构造函数
烘干机
public DryRunner (Description desc)
使用 Description 对象构造新的 DryRunner
公共方法
getDescription
public Description getDescription ()
返回 | |
---|---|
Description |
得分
public void run (RunNotifier notifier)
参数 | |
---|---|
notifier |
RunNotifier |