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()

欄位

mFailure

public FailureDescription mFailure

mReason

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