UiAutomatorTest.TestFailureAction
public
static
final
enum
UiAutomatorTest.TestFailureAction
extends Enum<UiAutomatorTest.TestFailureAction>
java.lang.Object 中 | ||
↳ | java.lang.Enum<com.android.tradefed.testtype.UiAutomatorTest.TestFailureAction> | |
↳ | com.android.tradefed.testtype.UiAutomatorTest.TestFailureAction |
摘要
枚举值 | |
---|---|
UiAutomatorTest.TestFailureAction |
BUGREPORT
|
UiAutomatorTest.TestFailureAction |
BUGREPORT_AND_SCREENSHOT
|
UiAutomatorTest.TestFailureAction |
SCREENSHOT
|
公共方法 | |
---|---|
static
UiAutomatorTest.TestFailureAction
|
valueOf(String name)
|
static
final
TestFailureAction[]
|
values()
|
枚举值
BUGREPORT_AND_SCREENSHOT
public static final UiAutomatorTest.TestFailureAction BUGREPORT_AND_SCREENSHOT
公共方法
valueOf
public static UiAutomatorTest.TestFailureAction valueOf (String name)
参数 | |
---|---|
name |
String |
返回 | |
---|---|
UiAutomatorTest.TestFailureAction |