TestInvocation.Stage
public static final enum TestInvocation.Stage
extends Enum< TestInvocation.Stage >
java.lang.Object | ||
↳ | java.lang.Enum < com.android.tradefed.invoker.TestInvocation.Stage > | |
↳ | com.android.tradefed.invoker.TestInvocation.Stage |
Sommaire
Enum valeurs | |
---|---|
TestInvocation.Stage | ERROR |
TestInvocation.Stage | SETUP |
TestInvocation.Stage | TEARDOWN |
TestInvocation.Stage | TEST
|
Méthodes publiques | |
---|---|
String | getName () |
static TestInvocation.Stage | valueOf (String name) |
static final Stage[] | values () |
Enum valeurs
ERREUR
public static final TestInvocation.Stage ERROR
INSTALLER
public static final TestInvocation.Stage SETUP
ABATTRE
public static final TestInvocation.Stage TEARDOWN
TESTER
public static final TestInvocation.Stage TEST
Méthodes publiques
getName
public String getName ()
Retour | |
---|---|
String |
valeur de
public static TestInvocation.Stage valueOf (String name)
Paramètres | |
---|---|
name | String |
Retour | |
---|---|
TestInvocation.Stage |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.