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


Aiuto per le informazioni su testStarted

Riepilogo

Campi

public Long mStartTime

Costruttori pubblici

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

Metodi protetti

JSONObject getNewJson()

Campi

mStartTime

public Long mStartTime

Costruttori pubblici

TestStartedEventInfo

public TestStartedEventInfo (JSONObject jsonObject)

Parametri
jsonObject JSONObject

Lanci
JSONException

TestStartedEventInfo

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

Parametri
className String

testName String

startTime Long

Metodi protetti

getNewJson

protected JSONObject getNewJson ()

Ritorni
JSONObject