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

mHeureDébut

public Long mStartTime

Constructeurs publics

TestStartedEventInfo

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

Paramètres
className String

testName String

startTime Long

TestStartedEventInfo

public TestStartedEventInfo (JSONObject jsonObject)

Paramètres
jsonObject JSONObject

Jetés
JSONException

Méthodes protégées

getNewJson

protected JSONObject getNewJson ()

Retour
JSONObject