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()
|
列舉值
公用方法
值
public static TestInvocation.RunMode valueOf (String name)
參數 | |
---|---|
name |
String |
傳回 | |
---|---|
TestInvocation.RunMode |