TestInvokasyon.Sahne

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

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


Özet

enum değerleri

TestInvocation.Stage ERROR

TestInvocation.Stage SETUP

TestInvocation.Stage TEARDOWN

TestInvocation.Stage TEST

Genel yöntemler

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

enum değerleri

HATA

public static final TestInvocation.Stage ERROR

KURMAK

public static final TestInvocation.Stage SETUP

SÖKMEK

public static final TestInvocation.Stage TEARDOWN

ÖLÇEK

public static final TestInvocation.Stage TEST

Genel yöntemler

getName

public String getName ()

İadeler
String

değeri

public static TestInvocation.Stage valueOf (String name)

parametreler
name String

İadeler
TestInvocation.Stage

değerler

public static final Stage[] values ()

İadeler
Stage[]