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


Bantuan untuk informasi testStarted

Ringkasan

Kolom

public Long mStartTime

Konstruktor publik

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

Metode yang dilindungi

JSONObject getNewJson()

Kolom

mStartTime

public Long mStartTime

Konstruktor publik

TestStartedEventInfo

public TestStartedEventInfo (JSONObject jsonObject)

Parameter
jsonObject JSONObject

Menampilkan
JSONException

TestStartedEventInfo

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

Parameter
className String

testName String

startTime Long

Metode yang dilindungi

getNewJson

protected JSONObject getNewJson ()

Hasil
JSONObject