SubprocessEventHelper.FailedTestEventInfo

public static class SubprocessEventHelper.FailedTestEventInfo
extends SubprocessEventHelper.BaseTestEventInfo

java.lang.Object
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 ()

田畑

失敗

public FailureDescription mFailure

mTrace

public String mTrace

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

FailedTestEventInfo

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

パラメーター
className String

testName String

trace String

FailedTestEventInfo

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

パラメーター
className String

testName String

failure FailureDescription

FailedTestEventInfo

public FailedTestEventInfo (JSONObject jsonObject)

パラメーター
jsonObject JSONObject

スロー
JSONException

公開メソッド

toString

public String toString ()

戻り値
String