執行之前資訊

public class RunBeforesWithInfo
extends Statement

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


另請參閱:

摘要

公用建構函式

RunBeforesWithInfo(Statement next, befores, TestInformation testInfo)

公用方法

void evaluate()

公用建構函式

執行之前資訊

public RunBeforesWithInfo (Statement next, 
                 befores, 
                TestInformation testInfo)

參數
next Statement

befores

testInfo TestInformation

公用方法

評估

public void evaluate ()