TestInvocation.RunMode
public static final enum TestInvocation.RunMode
com.android.tradefed.invoker.TestInvocation.RunMode |
Bir çağrının karşılaşabileceği farklı mod.
Özet
Enum değerleri | |
---|---|
TestInvocation.RunMode | DELEGATED_INVOCATION |
TestInvocation.RunMode | PARENT_SANDBOX |
TestInvocation.RunMode | REGULAR |
TestInvocation.RunMode | REMOTE_INVOCATION |
TestInvocation.RunMode | SANDBOX
|
Genel yöntemler | |
---|---|
static TestInvocation.RunMode | valueOf (String name) |
static final RunMode[] | values () |
Enum değerleri
DELEGATED_INVOCATION
public static final TestInvocation.RunMode DELEGATED_INVOCATION
PARENT_SANDBOX
public static final TestInvocation.RunMode PARENT_SANDBOX
DÜZENLİ
public static final TestInvocation.RunMode REGULAR
REMOTE_INVOCATION
public static final TestInvocation.RunMode REMOTE_INVOCATION
Genel yöntemler
değeri
public static TestInvocation.RunMode valueOf (String name)
parametreler | |
---|---|
name | String |
İadeler | |
---|---|
TestInvocation.RunMode |
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2023-03-30 UTC.
[]
[]