SubprocessEventHelper.TestRunStartedEventInfo
public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo |
Auxiliar para informações testRunStarted
Resumo
Campos | |
---|---|
public Integer | mAttempt |
public String | mRunName |
public Long | mStartTime |
public Integer | mTestCount
|
Construtores públicos | |
---|---|
TestRunStartedEventInfo (String runName, int testCount) Mantenha este construtor para compatibilidade legada. | |
TestRunStartedEventInfo (String runName, int testCount, int attempt, long startTime) | |
TestRunStartedEventInfo (JSONObject jsonObject) |
Métodos públicos | |
---|---|
String | toString () |
Campos
tentativa
public Integer mAttempt
mRunName
public String mRunName
mStartTime
public Long mStartTime
mTestCount
public Integer mTestCount
Construtores públicos
TestRunStartedEventInfo
public TestRunStartedEventInfo (String runName, int testCount)
Mantenha este construtor para compatibilidade legada.
Parâmetros | |
---|---|
runName | String |
testCount | int |
TestRunStartedEventInfo
public TestRunStartedEventInfo (String runName, int testCount, int attempt, long startTime)
Parâmetros | |
---|---|
runName | String |
testCount | int |
attempt | int |
startTime | long |
TestRunStartedEventInfo
public TestRunStartedEventInfo (JSONObject jsonObject)
Parâmetros | |
---|---|
jsonObject | JSONObject |
Lança | |
---|---|
JSONException |
Métodos públicos
para sequenciar
public String toString ()
Devoluções | |
---|---|
String |