SubprocessEventHelper.TestRunFailedEventInfo

public static class SubprocessEventHelper.TestRunFailedEventInfo
extends Object

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


Outil d'aide pour les informations testRunFailed

Résumé

Champs

public FailureDescription mFailure

public String mReason

Constructeurs publics

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

Méthodes publiques

String toString()

Champs

Échec mobile

public FailureDescription mFailure

Raison mobile

public String mReason

Constructeurs publics

TestRunFailedEventInfo

public TestRunFailedEventInfo (String reason)

Paramètres
reason String

TestRunFailedEventInfo

public TestRunFailedEventInfo (FailureDescription failure)

Paramètres
failure FailureDescription

TestRunFailedEventInfo

public TestRunFailedEventInfo (JSONObject jsonObject)

Paramètres
jsonObject JSONObject

Génère
JSONException

Méthodes publiques

toString

public String toString ()

Renvoie
String