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

枚举值

之后_FAILURE

public static final UiAutomatorTest.LoggingOption AFTER_FAILURE

测试之后

public static final UiAutomatorTest.LoggingOption AFTER_TEST

OFF

public static final UiAutomatorTest.LoggingOption OFF

公共方法

valueOf

public static UiAutomatorTest.LoggingOption valueOf (String name)

参数
name String

返回
UiAutomatorTest.LoggingOption

values

public static final LoggingOption[] values ()

返回
LoggingOption[]