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