SubprocessEventHelper.TestRunEndedEventInfo

public static class SubprocessEventHelper.TestRunEndedEventInfo
extends Object

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


testRunEnded 信息的帮助程序。

概括

领域

public mRunMetrics

public Long mTime

公共构造函数

TestRunEndedEventInfo (Long time, runMetrics) TestRunEndedEventInfo (Long time, runMetrics)
TestRunEndedEventInfo (JSONObject jsonObject)

公共方法

String toString ()

领域

mRunMetrics

public  mRunMetrics

时间

public Long mTime

公共构造函数

测试运行结束事件信息

public TestRunEndedEventInfo (Long time, 
                 runMetrics)

参数
time Long

runMetrics

测试运行结束事件信息

public TestRunEndedEventInfo (JSONObject jsonObject)

参数
jsonObject JSONObject

投掷
JSONException

公共方法

到字符串

public String toString ()

退货
String