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

valueOf

public static TestInvocation.Stage valueOf (String name)

参数
name String

返回
TestInvocation.Stage

values

public static final Stage[] values ()

返回
Stage[]