SubprocesoEventHelper.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 prueba iniciada

Resumen

Campos

public Long mStartTime

Constructores públicos

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

Métodos protegidos

JSONObject getNewJson ()

Campos

mHoraInicio

public Long mStartTime

Constructores públicos

PruebaIniciadaEventoInfo

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

Parámetros
className String

testName String

startTime Long

PruebaIniciadaEventoInfo

public TestStartedEventInfo (JSONObject jsonObject)

Parámetros
jsonObject JSONObject

Lanza
JSONException

Métodos protegidos

obtenerNewJson

protected JSONObject getNewJson ()

Devoluciones
JSONObject