SubprocessEventHelper.TestRunStartedEventInfo

public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object

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


Assistente per le informazioni testRunStarted

Riepilogo

Campi

public Integer mAttempt

public String mRunName

public Long mStartTime

public Integer mTestCount

Costruttori pubblici

TestRunStartedEventInfo (String runName, int testCount)

Mantieni questo costruttore per compatibilità legacy.

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

Metodi pubblici

String toString ()

Campi

Tentativo

public Integer mAttempt

mRunName

public String mRunName

mStartTime

public Long mStartTime

mTestCount

public Integer mTestCount

Costruttori pubblici

TestRunStartedEventInfo

public TestRunStartedEventInfo (String runName, 
                int testCount)

Mantieni questo costruttore per compatibilità legacy.

Parametri
runName String

testCount int

TestRunStartedEventInfo

public TestRunStartedEventInfo (String runName, 
                int testCount, 
                int attempt, 
                long startTime)

Parametri
runName String

testCount int

attempt int

startTime long

TestRunStartedEventInfo

public TestRunStartedEventInfo (JSONObject jsonObject)

Parametri
jsonObject JSONObject

Lancia
JSONException

Metodi pubblici

accordare

public String toString ()

ritorna
String