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