SubprocessEventHelper.TestRunFailedEventInfo

public static class SubprocessEventHelper.TestRunFailedEventInfo
extends Object

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


testRunFailed 情報のヘルパー

概要

フィールド

public FailureDescription mFailure

public String mReason

パブリック コンストラクタ

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

パブリック メソッド

String toString()

フィールド

mFailure

public FailureDescription mFailure

モバイルの理由

public String mReason

パブリック コンストラクタ

TestRunFailedEventInfo

public TestRunFailedEventInfo (String reason)

パラメータ
reason String

TestRunFailedEventInfo

public TestRunFailedEventInfo (FailureDescription failure)

パラメータ
failure FailureDescription

TestRunFailedEventInfo

public TestRunFailedEventInfo (JSONObject jsonObject)

パラメータ
jsonObject JSONObject

例外
JSONException

パブリック メソッド

toString

public String toString ()

戻り値
String