TestInvocation.Stage
public
static
final
enum
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-03-08 UTC.
[]
[]