ExceptionThrowingRunnerWrapper

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