SubprocessEventHelper.TestStartedEventInfo

public static class SubprocessEventHelper.TestStartedEventInfo
extends SubprocessEventHelper.BaseTestEventInfo

java.lang.Object
com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo
com.android.tradefed.util.SubprocessEventHelper.TestStartedEventInfo


testStarted 정보 도우미

요약

필드

public Long mStartTime

공개 생성자

TestStartedEventInfo (String className, String testName, Long startTime)
TestStartedEventInfo (JSONObject jsonObject)

보호된 방법

JSONObject getNewJson ()

필드

mStartTime

public Long mStartTime

공개 생성자

테스트시작이벤트정보

public TestStartedEventInfo (String className, 
                String testName, 
                Long startTime)

매개변수
className String

testName String

startTime Long

테스트시작이벤트정보

public TestStartedEventInfo (JSONObject jsonObject)

매개변수
jsonObject JSONObject

던지기
JSONException

보호된 방법

getNewJson

protected JSONObject getNewJson ()

보고
JSONObject