SubprocessEventHelper.FailedTestEventInfo

public static class SubprocessEventHelper.FailedTestEventInfo
extends SubprocessEventHelper.BaseTestEventInfo

java.lang.オブジェクト
com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo
com.android.tradefed.util.SubprocessEventHelper.FailedTestEventInfo


testFailed 情報のヘルパー。

まとめ

田畑

public FailureDescription mFailure

public String mTrace

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

FailedTestEventInfo (String className, String testName, String trace)
FailedTestEventInfo (String className, String testName, FailureDescription failure)
FailedTestEventInfo (JSONObject jsonObject)

パブリックメソッド

String toString ()

田畑

m失敗

public FailureDescription mFailure

mトレース

public String mTrace

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

失敗したテストイベント情報

public FailedTestEventInfo (String className, 
                String testName, 
                String trace)

パラメーター
className String

testName String

trace String

失敗したテストイベント情報

public FailedTestEventInfo (String className, 
                String testName, 
                FailureDescription failure)

パラメーター
className String

testName String

failure FailureDescription

失敗したテストイベント情報

public FailedTestEventInfo (JSONObject jsonObject)

パラメーター
jsonObject JSONObject

投げる
JSONException

パブリックメソッド

toString

public String toString ()

戻り値
String