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


Outil d'aide pour les informations testStarted

Résumé

Champs

public Long mStartTime

Constructeurs publics

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

Méthodes protégées

JSONObject getNewJson()

Champs

Heure de début

public Long mStartTime

Constructeurs publics

Informations sur l'événement de démarrage du test

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

Paramètres
className String

testName String

startTime Long

Informations sur l'événement de démarrage du test

public TestStartedEventInfo (JSONObject jsonObject)

Paramètres
jsonObject JSONObject

Génère
JSONException

Méthodes protégées

getNewJson

protected JSONObject getNewJson ()

Renvoie
JSONObject