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()
|
字段
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 |