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 |
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
Last updated 2019-10-02 UTC.
[]
[]