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


Pomocnik informacji testStarted

Podsumowanie

Fieldsem

public Long mStartTime

Konstruktory publiczne

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

Metody chronione

JSONObject getNewJson()

Fieldsem

mStartTime

public Long mStartTime

Konstruktory publiczne

TestStartedEventInfo

public TestStartedEventInfo (JSONObject jsonObject)

Parametry
jsonObject JSONObject

Rzuty
JSONException

TestStartedEventInfo

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

Parametry
className String

testName String

startTime Long

Chronione metody

Pobierz NowyJona

protected JSONObject getNewJson ()

Zwroty
JSONObject