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

सार्वजनिक कंस्ट्रक्टर

FailedTestEventInfo

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