SubprocessEventHelper.TestRunFailedEventInfo

public static class SubprocessEventHelper.TestRunFailedEventInfo
extends Object

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


Assistente para informações testRunFailed

Resumo

Campos

public FailureDescription mFailure

public String mReason

Construtores públicos

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

Métodos públicos

String toString()

Campos

Falha

public FailureDescription mFailure

mMotivo

public String mReason

Construtores públicos

TestRunFailedEventInfo

public TestRunFailedEventInfo (String reason)

Parâmetros
reason String

TestRunFailedEventInfo

public TestRunFailedEventInfo (FailureDescription failure)

Parâmetros
failure FailureDescription

TestRunFailedEventInfo

public TestRunFailedEventInfo (JSONObject jsonObject)

Parâmetros
jsonObject JSONObject

Gera
JSONException

Métodos públicos

toString

public String toString ()

Retorna
String