UiAutomatorTest.TestFailureAction

public static final enum UiAutomatorTest.TestFailureAction
extends Enum<UiAutomatorTest.TestFailureAction>

Objeto java.lang.
   ↳ java.lang.Enum<com.android.tradefed.testtype.UiAutomatorTest.TestFailureAction>
     ↳ com.android.tradefed.testtype.UiAutomatorTest.TestFailureAction.


Resumen

Enum. de valores

UiAutomatorTest.TestFailureAction  BUGREPORT

 

UiAutomatorTest.TestFailureAction  BUGREPORT_AND_SCREENSHOT

 

UiAutomatorTest.TestFailureAction  SCREENSHOT

 

Métodos públicos

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

Enum. de valores

INFORME DE ERRORES

public static final UiAutomatorTest.TestFailureAction BUGREPORT

INFORME DE ERRORES Y CAPTURA DE PANTALLA

public static final UiAutomatorTest.TestFailureAction BUGREPORT_AND_SCREENSHOT

CAPTURA DE PANTALLA

public static final UiAutomatorTest.TestFailureAction SCREENSHOT

Métodos públicos

valorDe

public static UiAutomatorTest.TestFailureAction valueOf (String name)

Parámetros
name String

Muestra
UiAutomatorTest.TestFailureAction

valores

public static final TestFailureAction[] values ()

Muestra
TestFailureAction[]