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


Aide pour les informations testStarted

Résumé

Des champs

public Long mStartTime

Constructeurs publics

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

Méthodes protégées

JSONObject getNewJson ()

Des champs

mStartTime

public Long mStartTime

Constructeurs publics

TestStartedEventInfoTestStartedEventInfo

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

Paramètres
className String

testName String

startTime Long

TestStartedEventInfoTestStartedEventInfo

public TestStartedEventInfo (JSONObject jsonObject)

Paramètres
jsonObject JSONObject

Lance
JSONException

Méthodes protégées

getNewJson

protected JSONObject getNewJson ()

Retour
JSONObject