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

受保护的方法

获取NewJson

protected JSONObject getNewJson ()

退货
JSONObject