SubprocessEventHelper.FailedTestEventInfo

public static class SubprocessEventHelper.FailedTestEventInfo
extends SubprocessEventHelper.BaseTestEventInfo

java.lang.Obiekt
com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo
com.android.tradefed.util.SubprocessEventHelper.FailedTestEventInfo


Pomocnik dla informacji testFailed.

Streszczenie

Pola

public FailureDescription mFailure

public String mTrace

Konstruktory publiczne

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

Metody publiczne

String toString ()

Pola

mAwaria

public FailureDescription mFailure

mTrace

public String mTrace

Konstruktory publiczne

FailedTestEventInfo

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

Parametry
className String

testName String

trace String

FailedTestEventInfo

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

Parametry
className String

testName String

failure FailureDescription

FailedTestEventInfo

public FailedTestEventInfo (JSONObject jsonObject)

Parametry
jsonObject JSONObject

Rzuty
JSONException

Metody publiczne

do Ciągu

public String toString ()

Zwroty
String