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 |