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 ()

田畑

mFailure

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