SubprocessEventHelper.TestStartedEventInfo

public static class SubprocessEventHelper.TestStartedEventInfo
extends SubprocessEventHelper.BaseTestEventInfo

java.lang.Object
   ↳ com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo (link em inglês)
     ↳ com.android.tradefed.util.SubprocessEventHelper.TestStartedEventInfo


Auxiliar para informações de testStarted

Resumo

Campos

public Long mStartTime

Construtores públicos

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

Métodos protegidos

JSONObject getNewJson()

Campos

Hora de início

public Long mStartTime

Construtores públicos

TestStartedEventInfo

public TestStartedEventInfo (JSONObject jsonObject)

Parâmetros
jsonObject JSONObject

Gera
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 ()

Retorna
JSONObject