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 | |
呼び出しで発生する可能性のあるさまざまなモード。
概要
Enum 値 | |
|---|---|
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()
|
列挙値
パブリック メソッド
valueOf
public static TestInvocation.RunMode valueOf (String name)
| パラメータ | |
|---|---|
name |
String |
| 戻り値 | |
|---|---|
TestInvocation.RunMode |
|