RunBeforesWithInfo

public class RunBeforesWithInfo
extends Statement

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


참고:

요약

공개 생성자

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

공개 메서드

void evaluate()

공개 생성자

RunBeforesWithInfo

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

매개변수
next Statement

befores List

testInfo TestInformation

공개 메서드

evaluate

public void evaluate ()

생성 값
Throwable