UiAutomatorTest.TestFailureAction

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

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.testtype.UiAutomatorTest.TestFailureAction>
     ↳ com.android.tradefed.testtype.UiAutomatorTest.TestFailureAction


Résumé

Valeurs enum

UiAutomatorTest.TestFailureAction  BUGREPORT

 

UiAutomatorTest.TestFailureAction  BUGREPORT_AND_SCREENSHOT

 

UiAutomatorTest.TestFailureAction  SCREENSHOT

 

Méthodes publiques

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

Valeurs enum

RAPPORT DE BUG

public static final UiAutomatorTest.TestFailureAction BUGREPORT

BUGREPORT_AND_SCREENSHOT

public static final UiAutomatorTest.TestFailureAction BUGREPORT_AND_SCREENSHOT

CAPTURE D'ÉCRAN

public static final UiAutomatorTest.TestFailureAction SCREENSHOT

Méthodes publiques

valeur_

public static UiAutomatorTest.TestFailureAction valueOf (String name)

Paramètres
name String

Renvoie
UiAutomatorTest.TestFailureAction

valeurs

public static final TestFailureAction[] values ()

Renvoie
TestFailureAction[]