SubprocessEventHelper.TestRunFailedEventInfo

public static class SubprocessEventHelper.TestRunFailedEventInfo
extends Object

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


testRun的幫助程序失敗的信息

概括

領域

public FailureDescription mFailure

public String mReason

公共建設者

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

公開方法

String toString ()

領域

故障

public FailureDescription mFailure

原因

public String mReason

公共建設者

TestRunFailedEventInfo

public TestRunFailedEventInfo (String reason)

參數
reason String

TestRunFailedEventInfo

public TestRunFailedEventInfo (FailureDescription failure)

參數
failure FailureDescription

TestRunFailedEventInfo

public TestRunFailedEventInfo (JSONObject jsonObject)

參數
jsonObject JSONObject

投擲
JSONException

公開方法

toString

public String toString ()

退貨
String