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

列舉值

錯誤報告

public static final UiAutomatorTest.TestFailureAction BUGREPORT

錯誤回報

public static final UiAutomatorTest.TestFailureAction BUGREPORT_AND_SCREENSHOT

螢幕截圖

public static final UiAutomatorTest.TestFailureAction SCREENSHOT

公用方法

public static UiAutomatorTest.TestFailureAction valueOf (String name)

參數
name String

傳回
UiAutomatorTest.TestFailureAction

public static final TestFailureAction[] values ()

傳回
TestFailureAction[]