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.


Ayuda para la información de testStarted

Resumen

Campos

public Long mStartTime

Constructores públicos

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

Métodos protegidos

JSONObject getNewJson()

Campos

Hora de inicio m

public Long mStartTime

Constructores públicos

Información del eventodeiniciodeprueba

public TestStartedEventInfo (JSONObject jsonObject)

Parámetros
jsonObject JSONObject

Arroja
JSONException

TestStartedEventInfo

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

Parámetros
className String

testName String

startTime Long

Métodos protegidos

getNewJson

protected JSONObject getNewJson ()

Muestra
JSONObject