SubprocessEventHelper.TestStartedEventInfo

public static class SubprocessEventHelper.TestStartedEventInfo
extends SubprocessEventHelper.BaseTestEventInfo

java.lang.Objeto
com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo
com.android.tradefed.util.SubprocessEventHelper.TestStartedEventInfo


Ayudante para la información de testStarted

Resumen

Campos

public Long mStartTime

Constructores públicos

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

Métodos protegidos

JSONObject getNewJson ()

Campos

mStartTime

public Long mStartTime

Constructores públicos

TestStartedEventInfo

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

Parámetros
className String

testName String

startTime Long

TestStartedEventInfo

public TestStartedEventInfo (JSONObject jsonObject)

Parámetros
jsonObject JSONObject

Lanza
JSONException

Métodos protegidos

obtenerNuevoJson

protected JSONObject getNewJson ()

Devoluciones
JSONObject