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


Aiuto per le informazioni su testStarted

Riepilogo

Campi

public Long mStartTime

Costruttori pubblici

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

Metodi protetti

JSONObject getNewJson()

Campi

Oradiiniziom

public Long mStartTime

Costruttori pubblici

TestStartedEventInfo

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

Parametri
className String

testName String

startTime Long

TestStartedEventInfo

public TestStartedEventInfo (JSONObject jsonObject)

Parametri
jsonObject JSONObject

Lanci
JSONException

Metodi protetti

getNewJson

protected JSONObject getNewJson ()

Ritorni
JSONObject