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

קונסטרוקטורים גלויים לכולם

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

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

String toString()

שדות

mFailure

public FailureDescription mFailure

mTrace

public String mTrace

קונסטרוקטורים גלויים לכולם

FailedTestEventInfo

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

פרמטרים
className String

testName String

trace String

FailedTestEventInfo

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

פרמטרים
className String

testName String

failure FailureDescription

FailedTestEventInfo

public FailedTestEventInfo (JSONObject jsonObject)

פרמטרים
jsonObject JSONObject

זריקות
JSONException

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

toString

public String toString ()

החזרות
String