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 |