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


摘要

列舉值

UiAutomatorTest.LoggingOption  AFTER_FAILURE

 

UiAutomatorTest.LoggingOption  AFTER_TEST

 

UiAutomatorTest.LoggingOption  OFF

 

公用方法

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

列舉值

發生後_錯誤

public static final UiAutomatorTest.LoggingOption AFTER_FAILURE

測試後

public static final UiAutomatorTest.LoggingOption AFTER_TEST

關閉

public static final UiAutomatorTest.LoggingOption OFF

公用方法

public static UiAutomatorTest.LoggingOption valueOf (String name)

參數
name String

傳回
UiAutomatorTest.LoggingOption

public static final LoggingOption[] values ()

傳回
LoggingOption[]