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


Assistente para informações testStarted

Resumo

Campos

public Long mStartTime

Construtores públicos

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

Métodos protegidos

JSONObject getNewJson()

Campos

Hora de início

public Long mStartTime

Construtores 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

Gera
JSONException

Métodos protegidos

GetNewJson

protected JSONObject getNewJson ()

Retorna
JSONObject