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[]