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é

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 des raisons de 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

mNomExécution

public String mRunName

mHeureDébut

public Long mStartTime

mTestCount

public Integer mTestCount

Constructeurs publics

TestRunStartedEventInfo

public TestRunStartedEventInfo (String runName, 
                int testCount)

Conservez ce constructeur pour des raisons de compatibilité héritée.

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

Jetés
JSONException

Méthodes publiques

versChaîne

public String toString ()

Retour
String