SubprocessEventHelper.FailedTestEventInfo

public static class SubprocessEventHelper.FailedTestEventInfo
extends SubprocessEventHelper.BaseTestEventInfo

java.lang.Object
   ↳ com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo
     ↳ com.android.tradefed.util.SubprocessEventHelper.FailedTestEventInfo


רכיב עזר למידע על testFailed.

סיכום

שדות

public FailureDescription mFailure

public String mTrace

‫constructors ציבוריים

FailedTestEventInfo(String className, String testName, FailureDescription failure)
FailedTestEventInfo(String className, String testName, String trace)
FailedTestEventInfo(JSONObject jsonObject)

‫methods ציבוריים

String toString()

שדות

mFailure

public FailureDescription mFailure

mTrace

public String mTrace

‫constructors ציבוריים

FailedTestEventInfo

public FailedTestEventInfo (String className, 
                String testName, 
                FailureDescription failure)

פרמטרים
className String

testName String

failure FailureDescription

FailedTestEventInfo

public FailedTestEventInfo (String className, 
                String testName, 
                String trace)

פרמטרים
className String

testName String

trace String

FailedTestEventInfo

public FailedTestEventInfo (JSONObject jsonObject)

פרמטרים
jsonObject JSONObject

הקפצת הודעות שגיאה (throw)
JSONException

‫methods ציבוריים

toString

public String toString ()

החזרות
String