SubprocessEventHelper.TestRunFailedEventInfo

public static class SubprocessEventHelper.TestRunFailedEventInfo
extends Object

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


Hilfsprogramm für testRunFailed-Informationen

Zusammenfassung

Felder

public FailureDescription mFailure

public String mReason

Öffentliche Konstruktoren

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

Öffentliche Methoden

String toString()

Felder

mFehler

public FailureDescription mFailure

Grund

public String mReason

Öffentliche Konstruktoren

TestRunFailedEventInfo

public TestRunFailedEventInfo (String reason)

Parameter
reason String

TestRunFailedEventInfo

public TestRunFailedEventInfo (FailureDescription failure)

Parameter
failure FailureDescription

TestRunFailedEventInfo

public TestRunFailedEventInfo (JSONObject jsonObject)

Parameter
jsonObject JSONObject

Ausgabe
JSONException

Öffentliche Methoden

toString

public String toString ()

Returns
String