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


Pomoc dotycząca informacji o testFailed.

Podsumowanie

Fieldsem

public FailureDescription mFailure

public String mTrace

Konstruktory publiczne

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

Metody publiczne

String toString()

Fieldsem

mFailure

public FailureDescription mFailure

mTrace

public String mTrace

Konstruktory publiczne

FailedTestEventInfo

public FailedTestEventInfo (JSONObject jsonObject)

Parametry
jsonObject JSONObject

Rzuty
JSONException

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

Metody publiczne

toString

public String toString ()

Zwroty
String