RunBeforesWithInfo

public class RunBeforesWithInfo
extends Statement

java.lang.Object
org.junit.runners.model.Statement
  com.android.tradefed.testtype.junit4.RunBeforesWithInfo


También:

Resumen

Constructores públicos

RunBeforesWithInfo(Statement next, List<FrameworkMethod> befores, TestInformation testInfo)

Métodos públicos

void evaluate()

Constructores públicos

RunBeforesWithInfo

public RunBeforesWithInfo (Statement next, 
                List<FrameworkMethod> befores, 
                TestInformation testInfo)

Parámetros
next Statement

befores List

testInfo TestInformation

Métodos públicos

evaluate

public void evaluate ()

Arroja
Throwable