SubprocessEventHelper.TestRunStartedEventInfo
public
static
class
SubprocessEventHelper.TestRunStartedEventInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo |
Outil d'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 assurer la compatibilité avec les anciennes versions. |
|
TestRunStartedEventInfo(String runName, int testCount, int attempt, long startTime)
|
|
TestRunStartedEventInfo(JSONObject jsonObject)
|
Méthodes publiques | |
---|---|
String
|
toString()
|
Champs
Tentative de m
public Integer mAttempt
Nom d'exécution
public String mRunName
Heure de début
public Long mStartTime
Nombre de tests mobiles
public Integer mTestCount
Constructeurs publics
Informations sur l'événement de démarrage d'exécution du test
public TestRunStartedEventInfo (String runName, int testCount)
Conservez ce constructeur pour assurer la compatibilité avec les anciennes versions.
Paramètres | |
---|---|
runName |
String |
testCount |
int |
Informations sur l'événement de démarrage d'exécution du test
public TestRunStartedEventInfo (String runName, int testCount, int attempt, long startTime)
Paramètres | |
---|---|
runName |
String |
testCount |
int |
attempt |
int |
startTime |
long |
Informations sur l'événement de démarrage d'exécution du test
public TestRunStartedEventInfo (JSONObject jsonObject)
Paramètres | |
---|---|
jsonObject |
JSONObject |
Génère | |
---|---|
JSONException |
Méthodes publiques
toString
public String toString ()
Renvoie | |
---|---|
String |