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()
|
Enum 값
공개 메서드
값
public static TestInvocation.RunMode valueOf (String name)
매개변수 | |
---|---|
name |
String |
반환 값 | |
---|---|
TestInvocation.RunMode |