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

الإجراءات العامة

String toString()

الحقول

mFailure

public FailureDescription mFailure

mTrace

public String mTrace

طُرق وضع التصميم العامة

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

عمليات الطرح
JSONException

الإجراءات العامة

toString

public String toString ()

المرتجعات
String