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 testFailed.

Podsumowanie

Fieldsem

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()

Fieldsem

Błąd

public FailureDescription mFailure

mTrace

public String mTrace

Konstruktory publiczne

Informacje o zdarzeniu testowym

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

Parametry
className String

testName String

trace String

Informacje o zdarzeniu testowym

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

Parametry
className String

testName String

failure FailureDescription

Informacje o zdarzeniu testowym

public FailedTestEventInfo (JSONObject jsonObject)

Parametry
jsonObject JSONObject

Rzuty
JSONException

Metody publiczne

Ciąg

public String toString ()

Zwroty
String