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


Pomocnik informacji testFailed.

Podsumowanie

Pola

public FailureDescription mFailure

public String mTrace

Konstruktory publiczne

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

Metody publiczne

String toString()

Pola

mFailure

public FailureDescription mFailure

mTrace

public String mTrace

Konstruktory publiczne

FailedTestEventInfo

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

Parametry
className String

testName String

failure FailureDescription

FailedTestEventInfo

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

Parametry
className String

testName String

trace String

FailedTestEventInfo

public FailedTestEventInfo (JSONObject jsonObject)

Parametry
jsonObject JSONObject

Zgłasza
JSONException

Metody publiczne

toString

public String toString ()

Zwraca
String