RunBeforesWithInfo

public class RunBeforesWithInfo
extends Statement

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


See also:

Summary

Public constructors

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

Public methods

void evaluate()

Public constructors

RunBeforesWithInfo

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

Parameters
next Statement

befores List

testInfo TestInformation

Public methods

evaluate

public void evaluate ()

Throws
Throwable