SubprocessEventHelper.FailedTestEventInfo

public static class SubprocessEventHelper.FailedTestEventInfo
extends SubprocessEventHelper.BaseTestEventInfo

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


Helper per informazioni testFailed.

Riepilogo

Campi

public FailureDescription mFailure

public String mTrace

Costruttori pubblici

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

Metodi pubblici

String toString ()

Campi

mFallimento

public FailureDescription mFailure

mTrace

public String mTrace

Costruttori pubblici

Informazioni evento test non riuscito

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

Parametri
className String

testName String

trace String

Informazioni evento test non riuscito

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

Parametri
className String

testName String

failure FailureDescription

Informazioni evento test non riuscito

public FailedTestEventInfo (JSONObject jsonObject)

Parametri
jsonObject JSONObject

Getta
JSONException

Metodi pubblici

accordare

public String toString ()

ritorna
String