SubprocessEventHelper.TestRunFailedEventInfo

public static class SubprocessEventHelper.TestRunFailedEventInfo
extends Object

java.lang.Object
com.android.tradefed.util.SubprocessEventHelper.TestRunFailedEventInfo


testRunFailed 信息的幫助程序

概括

字段

public FailureDescription mFailure

public String mReason

公共構造函數

TestRunFailedEventInfo (String reason)
TestRunFailedEventInfo ( FailureDescription failure)
TestRunFailedEventInfo (JSONObject jsonObject)

公共方法

String toString ()

字段

故障

public FailureDescription mFailure

原因

public String mReason

公共構造函數

測試運行失敗事件信息

public TestRunFailedEventInfo (String reason)

參數
reason String

測試運行失敗事件信息

public TestRunFailedEventInfo (FailureDescription failure)

參數
failure FailureDescription

測試運行失敗事件信息

public TestRunFailedEventInfo (JSONObject jsonObject)

參數
jsonObject JSONObject

投擲
JSONException

公共方法

到字符串

public String toString ()

退貨
String