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 |
راهنمای تست اطلاعات شروع شده
خلاصه
فیلدها | |
---|---|
public Long | mStartTime
|
سازندگان عمومی | |
---|---|
TestStartedEventInfo (JSONObject jsonObject) | |
TestStartedEventInfo (String className, String testName, Long startTime) |
روش های محافظت شده | |
---|---|
JSONObject | getNewJson () |
فیلدها
mStartTime
public Long mStartTime
سازندگان عمومی
TestStartedEventInfo
public TestStartedEventInfo (JSONObject jsonObject)
پارامترها | |
---|---|
jsonObject | JSONObject |
پرتاب می کند | |
---|---|
JSONException |
TestStartedEventInfo
public TestStartedEventInfo (String className, String testName, Long startTime)
پارامترها | |
---|---|
className | String |
testName | String |
startTime | Long |
روش های محافظت شده
getNewJson
protected JSONObject getNewJson ()
برمی گرداند | |
---|---|
JSONObject |