SubprocessEventHelper.FailedTestEventInfo
public static class SubprocessEventHelper.FailedTestEventInfo
extends SubprocessEventHelper.BaseTestEventInfo
testFailed 信息的幫助程序。
概括
字段
失敗
public FailureDescription mFailure
公共構造函數
失敗的測試事件信息
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)
公共方法
字符串
public String toString ()