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


測試開始資訊的輔助程式

摘要

欄位

public Long mStartTime

公用建構函式

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

受保護的方法

JSONObject getNewJson()

欄位

mStartTime

public Long mStartTime

公用建構函式

TestStartedEventInfo

public TestStartedEventInfo (JSONObject jsonObject)

參數
jsonObject JSONObject

擲回
JSONException

TestStartedEventInfo

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

參數
className String

testName String

startTime Long

保護方法

getNewJson

protected JSONObject getNewJson ()

傳回
JSONObject