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

公用建構函式

失敗測試事件資訊

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