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

公共方法

String toString()

字段

mRunMetrics

public  mRunMetrics

mTime

public Long mTime

公共构造函数

TestRunEndedEventInfo

public TestRunEndedEventInfo (Long time, 
                 runMetrics)

参数
time Long

runMetrics

TestRunEndedEventInfo

public TestRunEndedEventInfo (JSONObject jsonObject)

参数
jsonObject JSONObject

抛出
JSONException

公共方法

toString

public String toString ()

返回
String