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