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