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