SubprocessEventHelper.TestStartedEventInfo

public static class SubprocessEventHelper.TestStartedEventInfo
extends SubprocessEventHelper.BaseTestEventInfo

java.lang.Объект
com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo
com.android.tradefed.util.SubprocessEventHelper.TestStartedEventInfo


Помощник для информации testStarted

Краткое содержание

Поля

public Long mStartTime

Публичные конструкторы

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

Защищенные методы

JSONObject getNewJson ()

Поля

mStartTime

public Long mStartTime

Публичные конструкторы

TestStartedEventInfo

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

Параметры
className String

testName String

startTime Long

TestStartedEventInfo

public TestStartedEventInfo (JSONObject jsonObject)

Параметры
jsonObject JSONObject

Броски
JSONException

Защищенные методы

getNewJson

protected JSONObject getNewJson ()

Возвращает
JSONObject