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


Dữ liệu liệt kê đại diện cho cấp độ hiện tại của proto đang được xử lý.

Tóm tắt

Giá trị enum

ProtoResultParser.TestLevel  INVOCATION

 

ProtoResultParser.TestLevel  MODULE

 

ProtoResultParser.TestLevel  TEST_CASE

 

ProtoResultParser.TestLevel  TEST_RUN

 

Phương thức công khai

static ProtoResultParser.TestLevel valueOf(String name)
static final TestLevel[] values()

Giá trị enum

LỜI GỌI

public static final ProtoResultParser.TestLevel INVOCATION

MÔ-ĐUN

public static final ProtoResultParser.TestLevel MODULE

TEST_CASE

public static final ProtoResultParser.TestLevel TEST_CASE

TEST_RUN

public static final ProtoResultParser.TestLevel TEST_RUN

Phương thức công khai

valueOf

public static ProtoResultParser.TestLevel valueOf (String name)

Tham số
name String

Giá trị trả về
ProtoResultParser.TestLevel

giá trị

public static final TestLevel[] values ()

Giá trị trả về
TestLevel[]