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


Assistente per le informazioni testStarted

Riepilogo

Campi

public Long mStartTime

Costruttori pubblici

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

Metodi protetti

JSONObject getNewJson ()

Campi

mStartTime

public Long mStartTime

Costruttori pubblici

TestStartedEventInfo

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

Parametri
className String

testName String

startTime Long

TestStartedEventInfo

public TestStartedEventInfo (JSONObject jsonObject)

Parametri
jsonObject JSONObject

Lancia
JSONException

Metodi protetti

getNewJson

protected JSONObject getNewJson ()

ritorna
JSONObject