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