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