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(FailureDescription failure)
TestRunFailedEventInfo(JSONObject jsonObject)
TestRunFailedEventInfo(String reason)

パブリック メソッド

String toString()

フィールド

mFailure

public FailureDescription mFailure

mReason

public String mReason

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

TestRunFailedEventInfo

public TestRunFailedEventInfo (FailureDescription failure)

パラメータ
failure FailureDescription

TestRunFailedEventInfo

public TestRunFailedEventInfo (JSONObject jsonObject)

パラメータ
jsonObject JSONObject

例外
JSONException

TestRunFailedEventInfo

public TestRunFailedEventInfo (String reason)

パラメータ
reason String

パブリック メソッド

toString

public String toString ()

戻り値
String