SubprocessEventHelper.TestRunEndedEventInfo

public static class SubprocessEventHelper.TestRunEndedEventInfo
extends Object

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


用于 testRunEnded 信息的辅助程序。

摘要

字段

public Map<String, String> mRunMetrics

public Long mTime

公共构造函数

TestRunEndedEventInfo(Long time, Map<String, String> runMetrics)
TestRunEndedEventInfo(JSONObject jsonObject)

公共方法

String toString()

字段

mRunMetrics

public Map<String, String> mRunMetrics

mTime

public Long mTime

公共构造函数

TestRunEndedEventInfo

public TestRunEndedEventInfo (Long time, 
                Map<String, String> runMetrics)

参数
time Long

runMetrics Map

TestRunEndedEventInfo

public TestRunEndedEventInfo (JSONObject jsonObject)

参数
jsonObject JSONObject

抛出
JSONException

公共方法

toString

public String toString ()

返回
String