Wywołanie testowe.Etap
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 |
Podsumowanie
Wartości typu wyliczeniowego | |
---|---|
TestInvocation.Stage |
ERROR
|
TestInvocation.Stage |
SETUP
|
TestInvocation.Stage |
TEARDOWN
|
TestInvocation.Stage |
TEST
|
Metody publiczne | |
---|---|
String
|
getName()
|
static
TestInvocation.Stage
|
valueOf(String name)
|
static
final
Stage[]
|
values()
|
Wartości typu wyliczeniowego
Metody publiczne
getName
public String getName ()
Zwroty | |
---|---|
String |
wartość
public static TestInvocation.Stage valueOf (String name)
Parametry | |
---|---|
name |
String |
Zwroty | |
---|---|
TestInvocation.Stage |