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

الحقول

وقت البدء

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

الطرق المحمية

الحصول على NewJson

protected JSONObject getNewJson ()

المرتجعات
JSONObject