SubprocessEventHelper.TestStartedEventInfo

public static class SubprocessEventHelper.TestStartedEventInfo
extends SubprocessEventHelper.BaseTestEventInfo

java.lang.Object
com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo
com.android.tradefed.util.SubprocessEventHelper.TestStartedEventInfo


Auxiliar 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

mStartTime

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

lances
JSONException

Métodos protegidos

getNewJson

protected JSONObject getNewJson ()

devoluções
JSONObject