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