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