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
Публичные методы
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.
[]
[]