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


Helfer für Informationen zu „testFailed“.

Zusammenfassung

Felder

public FailureDescription mFailure

public String mTrace

Öffentliche Konstruktoren

FailedTestEventInfo(String className, String testName, String trace)
FailedTestEventInfo(String className, String testName, FailureDescription failure)
FailedTestEventInfo(JSONObject jsonObject)

Öffentliche Methoden

String toString()

Felder

mFailure

public FailureDescription mFailure

mTrace

public String mTrace

Öffentliche Konstruktoren

FailedTestEventInfo

public FailedTestEventInfo (String className, 
                String testName, 
                String trace)

Parameter
className String

testName String

trace String

FailedTestEventInfo

public FailedTestEventInfo (String className, 
                String testName, 
                FailureDescription failure)

Parameter
className String

testName String

failure FailureDescription

FailedTestEventInfo

public FailedTestEventInfo (JSONObject jsonObject)

Parameter
jsonObject JSONObject

Ausgabe
JSONException

Öffentliche Methoden

toString

public String toString ()

Returns
String