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()
|
枚举值
公共方法
valueOf
public static TestInvocation.RunMode valueOf (String name)
参数 | |
---|---|
name |
String |
返回 | |
---|---|
TestInvocation.RunMode |