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


Trợ giúp cho thông tin testStarted

Tóm tắt

Trường

public Long mStartTime

Hàm khởi tạo công khai

TestStartedEventInfo(JSONObject jsonObject)
TestStartedEventInfo(String className, String testName, Long startTime)

Phương thức được bảo vệ

JSONObject getNewJson()

Trường

Thời gian bắt đầu

public Long mStartTime

Hàm khởi tạo công khai

TestStartedEventInfo

public TestStartedEventInfo (JSONObject jsonObject)

Tham số
jsonObject JSONObject

Gửi
JSONException

TestStartedEventInfo

public TestStartedEventInfo (String className, 
                String testName, 
                Long startTime)

Tham số
className String

testName String

startTime Long

Phương thức được bảo vệ

getNewJson

protected JSONObject getNewJson ()

Giá trị trả về
JSONObject