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


概要

Enum 値

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

BUGREPORT_AND_SCREENSHOT

public static final UiAutomatorTest.TestFailureAction BUGREPORT_AND_SCREENSHOT

スクリーンショット

public static final UiAutomatorTest.TestFailureAction SCREENSHOT

パブリック メソッド

valueOf

public static UiAutomatorTest.TestFailureAction valueOf (String name)

パラメータ
name String

戻り値
UiAutomatorTest.TestFailureAction

values

public static final TestFailureAction[] values ()

戻り値
TestFailureAction[]