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

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é héritée.

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

Méthodes publiques

String toString ()

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

Lance
JSONException

Méthodes publiques

toString

public String toString ()

Retour
String