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