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
公共方法
的价值
public static UiAutomatorTest.TestFailureAction valueOf (String name)
参数 | |
---|---|
name | String |
退货 | |
---|---|
UiAutomatorTest.TestFailureAction |
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-04-28。
[]
[]