SubprocessEventHelper.TestRunEndedEventInfo

public static class SubprocessEventHelper.TestRunEndedEventInfo
extends Object

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


testRunEnded 정보의 도우미입니다.

요약

필드

public mRunMetrics

public Long mTime

공개 생성자

TestRunEndedEventInfo(Long time, runMetrics)
TestRunEndedEventInfo(JSONObject jsonObject)

공개 메서드

String toString()

필드

mRunMetrics

public  mRunMetrics

mTime

public Long mTime

공개 생성자

TestRunEndedEventInfo

public TestRunEndedEventInfo (Long time, 
                 runMetrics)

매개변수
time Long

runMetrics

TestRunEndedEventInfo

public TestRunEndedEventInfo (JSONObject jsonObject)

매개변수
jsonObject JSONObject

생성 값
JSONException

공개 메서드

toString

public String toString ()

반환 값
String