컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.

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

공용 생성자

TestStartedEventInfo

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

매개 변수
className String

testName String

startTime Long

TestStartedEventInfo

public TestStartedEventInfo (JSONObject jsonObject)

매개 변수
jsonObject JSONObject

던짐
JSONException

보호 된 방법

getNewJson

protected JSONObject getNewJson ()

보고
JSONObject