RunBeforesWithInfo

public class RunBeforesWithInfo
extends Statement

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


Confira também:

Resumo

Construtores públicos

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

Métodos públicos

void evaluate()

Construtores 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 ()

Gera
Throwable