Оптимизируйте свои подборки Сохраняйте и классифицируйте контент в соответствии со своими настройками.

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


Помощник для 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