RunAftersWithInfo

public class RunAftersWithInfo
extends Statement

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


Confira também:

Resumo

Construtores públicos

RunAftersWithInfo(Statement next, List<FrameworkMethod> afters, TestInformation testInfo)

Métodos públicos

void evaluate()

Construtores públicos

RunAftersWithInfo

public RunAftersWithInfo (Statement next, 
                List<FrameworkMethod> afters, 
                TestInformation testInfo)

Parâmetros
next Statement

afters List

testInfo TestInformation

Métodos públicos

evaluate

public void evaluate ()

Gera
Throwable