SubprocessEventHelper.TestRunEndedEventInfo

public static class SubprocessEventHelper.TestRunEndedEventInfo
extends Object

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


Es un auxiliar para la información de testRunEnded.

Resumen

Campos

public Map<String, String> mRunMetrics

public Long mTime

Constructores públicos

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

Métodos públicos

String toString()

Campos

mRunMetrics

public Map<String, String> mRunMetrics

mTime

public Long mTime

Constructores públicos

TestRunEndedEventInfo

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

Parámetros
time Long

runMetrics Map

TestRunEndedEventInfo

public TestRunEndedEventInfo (JSONObject jsonObject)

Parámetros
jsonObject JSONObject

Arroja
JSONException

Métodos públicos

toString

public String toString ()

Muestra
String