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

BUGREPORT_AND_SCREENSHOT

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