UiAutomatorTest.LoggingOption

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

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


Resumen

Enum. de valores

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

Enum. de valores

DESPUÉS DEL ERROR

public static final UiAutomatorTest.LoggingOption AFTER_FAILURE

DESPUÉS DE LA PRUEBA

public static final UiAutomatorTest.LoggingOption AFTER_TEST

APAGADO

public static final UiAutomatorTest.LoggingOption OFF

Métodos públicos

valorDe

public static UiAutomatorTest.LoggingOption valueOf (String name)

Parámetros
name String

Muestra
UiAutomatorTest.LoggingOption

valores

public static final LoggingOption[] values ()

Muestra
LoggingOption[]