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(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