TestInvocation.Stage
public static final enum TestInvocation.Stage
extends Enum< TestInvocation.Stage >
java.lang. אובייקט | ||
↳ | java.lang.Enum < com.android.tradefed.invoker.TestInvocation.Stage > | |
↳ | com.android.tradefed.invoker.TestInvocation.Stage |
סיכום
ערכי Enum | |
---|---|
TestInvocation.Stage | ERROR |
TestInvocation.Stage | SETUP |
TestInvocation.Stage | TEARDOWN |
TestInvocation.Stage | TEST
|
שיטות ציבוריות | |
---|---|
String | getName () |
static TestInvocation.Stage | valueOf (String name) |
static final Stage[] | values () |
ערכי Enum
שְׁגִיאָה
public static final TestInvocation.Stage ERROR
להכין
public static final TestInvocation.Stage SETUP
לקרוע
public static final TestInvocation.Stage TEARDOWN
מִבְחָן
public static final TestInvocation.Stage TEST
שיטות ציבוריות
getName
public String getName ()
החזרות | |
---|---|
String |
ערך של
public static TestInvocation.Stage valueOf (String name)
פרמטרים | |
---|---|
name | String |
החזרות | |
---|---|
TestInvocation.Stage |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.
[]
[]