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