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 (String className, String testName, String trace) | |
FailedTestEventInfo (String className, String testName, FailureDescription failure) | |
FailedTestEventInfo (JSONObject jsonObject) |
公共方法 | |
---|---|
String | toString () |
領域
故障
public FailureDescription mFailure
跟踪
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 |
公共方法
到字符串
public String toString ()
退貨 | |
---|---|
String |