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

公用方法

toString

public String toString ()

傳回
String