SubprocessEventHelper.TestRunEndedEventInfo

public static class SubprocessEventHelper.TestRunEndedEventInfo
extends Object

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


Helper per le informazioni di testRunEnded.

Riepilogo

Campi

public Map<String, String> mRunMetrics

public Long mTime

Costruttori pubblici

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

Metodi pubblici

String toString()

Campi

mRunMetrics

public Map<String, String> mRunMetrics

mTime

public Long mTime

Costruttori pubblici

TestRunEndedEventInfo

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

Parametri
time Long

runMetrics Map

TestRunEndedEventInfo

public TestRunEndedEventInfo (JSONObject jsonObject)

Parametri
jsonObject JSONObject

Genera
JSONException

Metodi pubblici

toString

public String toString ()

Resi
String