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 שעובד עליו.

סיכום

ערכי enum

ProtoResultParser.TestLevel  INVOCATION

 

ProtoResultParser.TestLevel  MODULE

 

ProtoResultParser.TestLevel  TEST_CASE

 

ProtoResultParser.TestLevel  TEST_RUN

 

שיטות ציבוריות

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

ערכי enum

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

ערכים

public static final TestLevel[] values ()

החזרות
TestLevel[]