SubprocessEventHelper.TestRunFailedEventInfo

public static class SubprocessEventHelper.TestRunFailedEventInfo
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.SubprocessEventHelper.TestRunFailedEventInfo


Pomoc dotycząca informacji o testRunFailed

Podsumowanie

Fieldsem

public FailureDescription mFailure

public String mReason

Konstruktory publiczne

TestRunFailedEventInfo(FailureDescription failure)
TestRunFailedEventInfo(JSONObject jsonObject)
TestRunFailedEventInfo(String reason)

Metody publiczne

String toString()

Fieldsem

mFailure

public FailureDescription mFailure

mReason

public String mReason

Konstruktory publiczne

TestRunFailedEventInfo

public TestRunFailedEventInfo (FailureDescription failure)

Parametry
failure FailureDescription

TestRunFailedEventInfo

public TestRunFailedEventInfo (JSONObject jsonObject)

Parametry
jsonObject JSONObject

Rzuty
JSONException

TestRunFailedEventInfo

public TestRunFailedEventInfo (String reason)

Parametry
reason String

Metody publiczne

toString

public String toString ()

Zwroty
String