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

MODULE

public static final ProtoResultParser.TestLevel MODULE

حالة_الاختبار

public static final ProtoResultParser.TestLevel TEST_CASE

اختبار_RUN

public static final ProtoResultParser.TestLevel TEST_RUN

الطرق العامة

قيمة

public static ProtoResultParser.TestLevel valueOf (String name)

المعلمات
name String

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

القيم

public static final TestLevel[] values ()

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