SubprocessEventHelper.TestRunStartedEventInfo

public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object

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


Helper per le informazioni su testRunStarted

Riepilogo

Campi

public Integer mAttempt

public String mRunName

public Long mStartTime

public Integer mTestCount

Costruttori pubblici

TestRunStartedEventInfo(JSONObject jsonObject)
TestRunStartedEventInfo(String runName, int testCount)

Mantieni questo costruttore per la compatibilità precedente.

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

Metodi pubblici

String toString()

Campi

mAttempt

public Integer mAttempt

mRunName

public String mRunName

Oradiiniziom

public Long mStartTime

mTestCount

public Integer mTestCount

Costruttori pubblici

TestRunStartedEventInfo

public TestRunStartedEventInfo (JSONObject jsonObject)

Parametri
jsonObject JSONObject

Lanci
JSONException

TestRunStartedEventInfo

public TestRunStartedEventInfo (String runName, 
                int testCount)

Mantieni questo costruttore per la compatibilità precedente.

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

Metodi pubblici

ToString

public String toString ()

Ritorni
String