ProtoResultParser.TestLevel
public static final enum ProtoResultParser.TestLevel
extends Enum< ProtoResultParser.TestLevel >
java.lang.Object | ||
↳ | java.lang.Enum < com.android.tradefed.result.proto.ProtoResultParser.TestLevel > | |
↳ | com.android.tradefed.result.proto.ProtoResultParser.TestLevel |
処理されているプロトの現在のレベルを表す列挙。
概要
列挙値 | |
---|---|
ProtoResultParser.TestLevel | INVOCATION |
ProtoResultParser.TestLevel | MODULE |
ProtoResultParser.TestLevel | TEST_CASE |
ProtoResultParser.TestLevel | TEST_RUN
|
パブリックメソッド | |
---|---|
static ProtoResultParser.TestLevel | valueOf (String name) |
static final TestLevel[] | values () |
列挙値
呼び出し
public static final ProtoResultParser.TestLevel INVOCATION
モジュール
public static final ProtoResultParser.TestLevel MODULE
テストケース
public static final ProtoResultParser.TestLevel TEST_CASE
試運転
public static final ProtoResultParser.TestLevel TEST_RUN
パブリックメソッド
valueOf
public static ProtoResultParser.TestLevel valueOf (String name)
パラメーター | |
---|---|
name | String |
戻り値 | |
---|---|
ProtoResultParser.TestLevel |
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
Last updated 2019-10-02 UTC.
[]
[]