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 |
用於測試失敗資訊的輔助函式。
摘要
欄位 | |
---|---|
public
FailureDescription |
mFailure
|
public
String |
mTrace
|
公用建構函式 | |
---|---|
FailedTestEventInfo(JSONObject jsonObject)
|
|
FailedTestEventInfo(String className, String testName, FailureDescription failure)
|
|
FailedTestEventInfo(String className, String testName, String trace)
|
公用方法 | |
---|---|
String
|
toString()
|
欄位
mTrace
public String mTrace
公用建構函式
FailedTestEventInfo
public FailedTestEventInfo (JSONObject jsonObject)
參數 | |
---|---|
jsonObject |
JSONObject |
擲回 | |
---|---|
JSONException |
失敗測試事件資訊
public FailedTestEventInfo (String className, String testName, FailureDescription failure)
參數 | |
---|---|
className |
String |
testName |
String |
failure |
FailureDescription |
FailedTestEventInfo
public FailedTestEventInfo (String className, String testName, String trace)
參數 | |
---|---|
className |
String |
testName |
String |
trace |
String |
公用方法
toString
public String toString ()
傳回 | |
---|---|
String |