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(JSONObject jsonObject)
FailedTestEventInfo(String className, String testName, FailureDescription failure)
FailedTestEventInfo(String className, String testName, String trace)

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

String toString()

שדות

mFailure

public FailureDescription mFailure

mTrace

public String mTrace

יוצרים ציבוריים

השגיאהTestEventInfo

public FailedTestEventInfo (JSONObject jsonObject)

פרמטרים
jsonObject JSONObject

קליעות
JSONException

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

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

toString

public String toString ()

החזרות
String