테스트 호출.스테이지

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

java.lang.객체
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[]