測試調用階段

public static final enum TestInvocation.Stage
extends Enum< TestInvocation.Stage >

java.lang.Object
java.lang.Enum< com.android.tradefed.invoker.TestInvocation.Stage >
com.android.tradefed.invoker.TestInvocation.Stage


概括

枚舉值

TestInvocation.Stage ERROR

TestInvocation.Stage SETUP

TestInvocation.Stage TEARDOWN

TestInvocation.Stage TEST

公共方法

String getName ()
static TestInvocation.Stage valueOf (String name)
static final Stage[] values ()

枚舉值

錯誤

public static final TestInvocation.Stage ERROR

設置

public static final TestInvocation.Stage SETUP

拆除

public static final TestInvocation.Stage TEARDOWN

測試

public static final TestInvocation.Stage TEST

公共方法

獲取名稱

public String getName ()

退貨
String

的價值

public static TestInvocation.Stage valueOf (String name)

參數
name String

退貨
TestInvocation.Stage

價值觀

public static final Stage[] values ()

退貨
Stage[]