SubprocessEventHelper.TestRunStartedEventInfoSubprocessEventHelper.TestRunStartedEventInfo
public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object
java.lang.Object |
↳ | com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo |
Aide pour les informations testRunStarted
Résumé
Des champs
mtentative
public Integer mAttempt
mRunName
public String mRunName
mStartTime
public Long mStartTime
mTestCount
public Integer mTestCount
Constructeurs publics
TestRunStartedEventInfoTestRunStartedEventInfo
public TestRunStartedEventInfo (String runName,
int testCount)
Conservez ce constructeur pour la compatibilité héritée.
Paramètres |
---|
runName | String |
testCount | int |
TestRunStartedEventInfoTestRunStartedEventInfo
public TestRunStartedEventInfo (String runName,
int testCount,
int attempt,
long startTime)
Paramètres |
---|
runName | String |
testCount | int |
attempt | int |
startTime | long |
TestRunStartedEventInfoTestRunStartedEventInfo
public TestRunStartedEventInfo (JSONObject jsonObject)
Paramètres |
---|
jsonObject | JSONObject |
Méthodes publiques
toString
public String toString ()