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 |
सारांश
मान बढ़ाएँ | |
---|---|
TestInvocation.Stage | ERROR |
TestInvocation.Stage | SETUP |
TestInvocation.Stage | TEARDOWN |
TestInvocation.Stage | TEST
|
सार्वजनिक तरीके | |
---|---|
String | getName () |
static TestInvocation.Stage | valueOf (String name) |
static final Stage[] | values () |
मान बढ़ाएँ
त्रुटि
public static final TestInvocation.Stage ERROR
सेट अप
public static final TestInvocation.Stage SETUP
चीथड़े कर दो
public static final TestInvocation.Stage TEARDOWN
परीक्षा
public static final TestInvocation.Stage TEST
सार्वजनिक तरीके
गेटनेम
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.
[]
[]