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(FailureDescription failure)
TestRunFailedEventInfo(JSONObject jsonObject)
TestRunFailedEventInfo(String reason)

公用方法

String toString()

欄位

mFailure

public FailureDescription mFailure

mReason

public String mReason

公用建構函式

TestRunFailedEventInfo

public TestRunFailedEventInfo (FailureDescription failure)

參數
failure FailureDescription

TestRunFailedEventInfo

public TestRunFailedEventInfo (JSONObject jsonObject)

參數
jsonObject JSONObject

擲回
JSONException

TestRunFailedEventInfo

public TestRunFailedEventInfo (String reason)

參數
reason String

公用方法

toString

public String toString ()

傳回
String