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 DE ERRO

public static final UiAutomatorTest.TestFailureAction BUGREPORT

BUGREPORT_AND_SCREENSHOT

public static final UiAutomatorTest.TestFailureAction BUGREPORT_AND_SCREENSHOT

CAPTURA DE TELA

public static final UiAutomatorTest.TestFailureAction SCREENSHOT

Métodos públicos

valor de

public static UiAutomatorTest.TestFailureAction valueOf (String name)

Parâmetros
name String

Devoluções
UiAutomatorTest.TestFailureAction

valores

public static final TestFailureAction[] values ()

Devoluções
TestFailureAction[]