TestInvocation.Stage

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

公用方法

getName

public String getName ()

傳回
String

public static TestInvocation.Stage valueOf (String name)

參數
name String

傳回
TestInvocation.Stage

public static final Stage[] values ()

傳回
Stage[]