SubprocessEventHelper.TestRunStartedEventInfo

public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object

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


Aide pour les informations testRunStarted

Résumé

Champs

public Integer mAttempt

public String mRunName

public Long mStartTime

public Integer mTestCount

Constructeurs publics

TestRunStartedEventInfo(String runName, int testCount)

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

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

Méthodes publiques

String toString()

Champs

mAttempt

public Integer mAttempt

mRunName

public String mRunName

mStartTime

public Long mStartTime

mTestCount

public Integer mTestCount

Constructeurs publics

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

TestRunStartedEventInfo

public TestRunStartedEventInfo (JSONObject jsonObject)

Paramètres
jsonObject JSONObject

Génère
JSONException

Méthodes publiques

toString

public String toString ()

Renvoie
String