SubprocessEventHelper.TestRunEndedEventInfo

public static class SubprocessEventHelper.TestRunEndedEventInfo
extends Object

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


Auxiliar para informações de testRunEnded.

Resumo

Campos

public Map<String, String> mRunMetrics

public Long mTime

Construtores 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

Construtores 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

Gera
JSONException

Métodos públicos

toString

public String toString ()

Retorna
String