Teste 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


Resumo

Valores de enumeração

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()

Valores de enumeração

RELATÓRIO

public static final UiAutomatorTest.TestFailureAction BUGREPORT

BUGREPORT_AND_CAPTURA DE TELA

public static final UiAutomatorTest.TestFailureAction BUGREPORT_AND_SCREENSHOT

CAPTURA DE TELA

public static final UiAutomatorTest.TestFailureAction SCREENSHOT

Métodos públicos

valorDe

public static UiAutomatorTest.TestFailureAction valueOf (String name)

Parâmetros
name String

Retorna
UiAutomatorTest.TestFailureAction

valores

public static final TestFailureAction[] values ()

Retorna
TestFailureAction[]