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