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 |
Summary
Enum values | |
---|---|
TestInvocation.Stage |
ERROR
|
TestInvocation.Stage |
SETUP
|
TestInvocation.Stage |
TEARDOWN
|
TestInvocation.Stage |
TEST
|
Public methods | |
---|---|
String
|
getName()
|
static
TestInvocation.Stage
|
valueOf(String name)
|
static
final
Stage[]
|
values()
|
Enum values
Public methods
getName
public String getName ()
Returns | |
---|---|
String |
valueOf
public static TestInvocation.Stage valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
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 2023-04-28 UTC.
[null,null,["Last updated 2023-04-28 UTC."],[],[]]