SubprocessEventHelper.TestRunEndedEventInfo

public static class SubprocessEventHelper.TestRunEndedEventInfo
extends Object

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


Pomocnik dotyczący informacji testRunEnded.

Podsumowanie

Pola

public Map<String, String> mRunMetrics

public Long mTime

Konstruktory publiczne

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

Metody publiczne

String toString()

Pola

mRunMetrics

public Map<String, String> mRunMetrics

mTime

public Long mTime

Konstruktory publiczne

TestRunEndedEventInfo

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

Parametry
time Long

runMetrics Map

TestRunEndedEventInfo

public TestRunEndedEventInfo (JSONObject jsonObject)

Parametry
jsonObject JSONObject

Zgłasza
JSONException

Metody publiczne

toString

public String toString ()

Zwraca
String