ExceptionThrowingRunnerWrapper

public class ExceptionThrowingRunnerWrapper
extends Runner

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


Summary

Public constructors

ExceptionThrowingRunnerWrapper(Runner runner, TestInformation testInfo)

Public methods

Description getDescription()
void run(RunNotifier notifier)

Public constructors

ExceptionThrowingRunnerWrapper

public ExceptionThrowingRunnerWrapper (Runner runner, 
                TestInformation testInfo)

Parameters
runner Runner

testInfo TestInformation

Public methods

getDescription

public Description getDescription ()

Returns
Description

run

public void run (RunNotifier notifier)

Parameters
notifier RunNotifier