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


Assistant pour les informations testStarted

Résumé

Champs

public Long mStartTime

Constructeurs publics

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

Méthodes protégées

JSONObject getNewJson()

Champs

Heure de début

public Long mStartTime

Constructeurs publics

TestStartedEventInfo

public TestStartedEventInfo (JSONObject jsonObject)

Paramètres
jsonObject JSONObject

Génère
JSONException

TestStartedEventInfo

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

Paramètres
className String

testName String

startTime Long

Méthodes protégées

getNewJson

protected JSONObject getNewJson ()

Renvoie
JSONObject