UiAutomatorTest.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


Zusammenfassung

Enum-Werte

UiAutomatorTest.LoggingOption  AFTER_FAILURE

 

UiAutomatorTest.LoggingOption  AFTER_TEST

 

UiAutomatorTest.LoggingOption  OFF

 

Öffentliche Methoden

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

Enum-Werte

NACHHER_FAILURE

public static final UiAutomatorTest.LoggingOption AFTER_FAILURE

NACHHER_TEST

public static final UiAutomatorTest.LoggingOption AFTER_TEST

AUS

public static final UiAutomatorTest.LoggingOption OFF

Öffentliche Methoden

valueOf

public static UiAutomatorTest.LoggingOption valueOf (String name)

Parameter
name String

Returns
UiAutomatorTest.LoggingOption

Werte

public static final LoggingOption[] values ()

Returns
LoggingOption[]