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


Zusammenfassung

Enum-Werte

UiAutomatorTest.TestFailureAction  BUGREPORT

 

UiAutomatorTest.TestFailureAction  BUGREPORT_AND_SCREENSHOT

 

UiAutomatorTest.TestFailureAction  SCREENSHOT

 

Öffentliche Methoden

static UiAutomatorTest.TestFailureAction valueOf(String name)
static final TestFailureAction[] values()

Enum-Werte

FEHLERBERICHT

public static final UiAutomatorTest.TestFailureAction BUGREPORT

FEHLERBERICHT_UND_SCREENSHOT

public static final UiAutomatorTest.TestFailureAction BUGREPORT_AND_SCREENSHOT

Screenshot

public static final UiAutomatorTest.TestFailureAction SCREENSHOT

Öffentliche Methoden

valueOf

public static UiAutomatorTest.TestFailureAction valueOf (String name)

Parameter
name String

Returns
UiAutomatorTest.TestFailureAction

Werte

public static final TestFailureAction[] values ()

Returns
TestFailureAction[]