ProtoResultParser.TestLevel

public static final enum ProtoResultParser.TestLevel
extends Enum< ProtoResultParser.TestLevel >

java.lang.オブジェクト
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

パブリックメソッド

の値

public static ProtoResultParser.TestLevel valueOf (String name)

パラメーター
name String

戻り値
ProtoResultParser.TestLevel

価値観

public static final TestLevel[] values ()

戻り値
TestLevel[]