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 ()

領域

開始時間

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