TesteUiAutomator.LoggingOption

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

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.testtype.UiAutomatorTest.LoggingOption>
     ↳ com.android.tradefed.testtype.UiAutomatorTest.LoggingOption


Resumo

Valores de enumeração

UiAutomatorTest.LoggingOption  AFTER_FAILURE

 

UiAutomatorTest.LoggingOption  AFTER_TEST

 

UiAutomatorTest.LoggingOption  OFF

 

Métodos públicos

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

Valores de enumeração

DEPOIS_FALHA

public static final UiAutomatorTest.LoggingOption AFTER_FAILURE

TESTE DEPOIS

public static final UiAutomatorTest.LoggingOption AFTER_TEST

DESATIVADO

public static final UiAutomatorTest.LoggingOption OFF

Métodos públicos

valorDe

public static UiAutomatorTest.LoggingOption valueOf (String name)

Parâmetros
name String

Retorna
UiAutomatorTest.LoggingOption

valores

public static final LoggingOption[] values ()

Retorna
LoggingOption[]