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 String | mTrace
|
公共建設者 | |
---|---|
FailedTestEventInfo (String className, String testName, String trace) | |
FailedTestEventInfo (JSONObject jsonObject) |
公開方法 | |
---|---|
String | toString () |
領域
跟踪
public String mTrace
公共建設者
FailedTestEventInfo
public FailedTestEventInfo (String className, String testName, String trace)
參量 | |
---|---|
className | String |
testName | String |
trace | String |
FailedTestEventInfo
public FailedTestEventInfo (JSONObject jsonObject)
參量 | |
---|---|
jsonObject | JSONObject |
投擲 | |
---|---|
JSONException |
公開方法
toString
public String toString ()
退貨 | |
---|---|
String |