SubprocessEventHelper.FailedTestEventInfo

public static class SubprocessEventHelper.FailedTestEventInfo
extends SubprocessEventHelper.BaseTestEventInfo

Obiekt Java.lang.Object
com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo
com.android.tradefed.util.SubprocessEventHelper.FailedTestEventInfo


Pomocnik dla informacji o błędach testowych.

Streszczenie

Pola

public FailureDescription mFailure

public String mTrace

Konstruktorzy publiczni

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

Metody publiczne

String toString ()

Pola

mNiepowodzenie

public FailureDescription mFailure

mTrace

public String mTrace

Konstruktorzy publiczni

Informacje o zdarzeniu nieudanym teście

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

Parametry
className String

testName String

trace String

Informacje o zdarzeniu nieudanym teście

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

Parametry
className String

testName String

failure FailureDescription

Informacje o zdarzeniu nieudanym teście

public FailedTestEventInfo (JSONObject jsonObject)

Parametry
jsonObject JSONObject

Rzuca
JSONException

Metody publiczne

doString

public String toString ()

Zwroty
String