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


تسرد هذه السمة القيم التي تمّ تحديدها لتمثيل المستوى الحالي من ملف proto الذي تتم معالجته.

ملخّص

قيم التعداد

ProtoResultParser.TestLevel  INVOCATION

 

ProtoResultParser.TestLevel  MODULE

 

ProtoResultParser.TestLevel  TEST_CASE

 

ProtoResultParser.TestLevel  TEST_RUN

 

الطرق العامة

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

قيم التعداد

INVOCATION

public static final ProtoResultParser.TestLevel INVOCATION

MODULE

public static final ProtoResultParser.TestLevel MODULE

TEST_CASE

public static final ProtoResultParser.TestLevel TEST_CASE

TEST_RUN

public static final ProtoResultParser.TestLevel TEST_RUN

الطرق العامة

valueOf

public static ProtoResultParser.TestLevel valueOf (String name)

المعلمات
name String

المرتجعات
ProtoResultParser.TestLevel

values

public static final TestLevel[] values ()

المرتجعات
TestLevel[]