SubprocessEventHelper.TestRunStartedEventInfo

public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo


Assistant pour les informations testRunStarted

Résumé

Champs

public Integer mAttempt

public String mRunName

public Long mStartTime

public Integer mTestCount

Constructeurs publics

TestRunStartedEventInfo(JSONObject jsonObject)
TestRunStartedEventInfo(String runName, int testCount)

Conservez ce constructeur pour la compatibilité avec les anciennes versions.

TestRunStartedEventInfo(String runName, int testCount, int attempt, long startTime)

Méthodes publiques

String toString()

Champs

mAttempt

public Integer mAttempt

mRunName

public String mRunName

mStartTime

public Long mStartTime

Nombre de tests mobiles

public Integer mTestCount

Constructeurs publics

TestRunStartedEventInfo

public TestRunStartedEventInfo (JSONObject jsonObject)

Paramètres
jsonObject JSONObject

Génère
JSONException

TestRunStartedEventInfo

public TestRunStartedEventInfo (String runName, 
                int testCount)

Conservez ce constructeur pour la compatibilité avec les anciennes versions.

Paramètres
runName String

testCount int

TestRunStartedEventInfo

public TestRunStartedEventInfo (String runName, 
                int testCount, 
                int attempt, 
                long startTime)

Paramètres
runName String

testCount int

attempt int

startTime long

Méthodes publiques

toString

public String toString ()

Renvoie
String