SubprocessEventHelper.TestRunStartedEventInfo
public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object
java.lang.Oggetto |
↳ | com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo |
Helper per le informazioni testRunStarted
Riepilogo
Campi
mTentativo
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 la 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 |
Metodi pubblici
accordare
public String toString ()