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