SubprocessEventHelper.TestStartedEventInfo.

public static class SubprocessEventHelper.TestStartedEventInfo
extends SubprocessEventHelper.BaseTestEventInfo

Objeto java.lang.
   ↳ com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo (en inglés)
     ↳ com.android.tradefed.util.SubprocessEventHelper.TestStartedEventInfo.


Asistente para obtener información sobre 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

Hora de inicio m

public Long mStartTime

Constructores públicos

Información del eventodeiniciodeprueba

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

Parámetros
className String

testName String

startTime Long

Información del eventodeiniciodeprueba

public TestStartedEventInfo (JSONObject jsonObject)

Parámetros
jsonObject JSONObject

Arroja
JSONException

Métodos protegidos

getNewJson

protected JSONObject getNewJson ()

Muestra
JSONObject