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