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 |
|