運行前帶信息

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) RunBeforesWithInfo (Statement next, befores, TestInformation testInfo)

公共方法

void evaluate ()

公共構造函數

運行前帶信息

public RunBeforesWithInfo (Statement next, 
                 befores, 
                TestInformation testInfo)

參數
next Statement

befores

testInfo TestInformation

公共方法

評價

public void evaluate ()