ExceptionThrowingRunner 封装容器

public class ExceptionThrowingRunnerWrapper
extends Runner

java.lang.Object 中
   ↳ org.junit.runner.Runner
     ↳ com.android.tradefed.testtype.junit4.ExceptionThrowingRunnerWrapper


摘要

公共构造函数

ExceptionThrowingRunnerWrapper(Runner runner, TestInformation testInfo)

公共方法

Description getDescription()
void run(RunNotifier notifier)

公共构造函数

ExceptionThrowingRunnerWrapper 类中的方法

public ExceptionThrowingRunnerWrapper (Runner runner, 
                TestInformation testInfo)

参数
runner Runner

testInfo TestInformation

公共方法

getDescription

public Description getDescription ()

返回
Description

得分

public void run (RunNotifier notifier)

参数
notifier RunNotifier