مرحلة الاستدعاء التجريبي

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

الطرق العامة

الحصول على اسم

public String getName ()

المرتجعات
String

قيمة

public static TestInvocation.Stage valueOf (String name)

المعلمات
name String

المرتجعات
TestInvocation.Stage

القيم

public static final Stage[] values ()

المرتجعات
Stage[]