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


概要

Enum 値

UiAutomatorTest.LoggingOption  AFTER_FAILURE

 

UiAutomatorTest.LoggingOption  AFTER_TEST

 

UiAutomatorTest.LoggingOption  OFF

 

パブリック メソッド

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

列挙値

AFTER_FAILURE(失敗後)

public static final UiAutomatorTest.LoggingOption AFTER_FAILURE

テスト後

public static final UiAutomatorTest.LoggingOption AFTER_TEST

オフ

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[]