TestInvocation.RunMode

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

java.lang.Object
java.lang.Enum<com.android.tradefed.invoker.TestInvocation.RunMode>
  com.android.tradefed.invoker.TestInvocation.RunMode


الوضع المختلف الذي يمكن أن يواجهه الاستدعاء.

ملخّص

قيم التعداد

TestInvocation.RunMode  DELEGATED_INVOCATION

 

TestInvocation.RunMode  PARENT_SANDBOX

 

TestInvocation.RunMode  REGULAR

 

TestInvocation.RunMode  REMOTE_INVOCATION

 

TestInvocation.RunMode  SANDBOX

 

الطرق العامة

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

قيم التعداد

DELEGATED_INVOCATION

public static final TestInvocation.RunMode DELEGATED_INVOCATION

صندوق_الرمال_الرئيسي

public static final TestInvocation.RunMode PARENT_SANDBOX

عادي

public static final TestInvocation.RunMode REGULAR

الدعوة_عن بُعد

public static final TestInvocation.RunMode REMOTE_INVOCATION

وضع الحماية

public static final TestInvocation.RunMode SANDBOX

الطرق العامة

قيمة

public static TestInvocation.RunMode valueOf (String name)

المعلمات
name String

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

القيم

public static final RunMode[] values ()

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