SubprocessEventHelper.TestRunStartedEventInfo
public
static
class
SubprocessEventHelper.TestRunStartedEventInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo |
Ayuda para la información de testRunStarted
Resumen
Campos | |
---|---|
public
Integer |
mAttempt
|
public
String |
mRunName
|
public
Long |
mStartTime
|
public
Integer |
mTestCount
|
Constructores públicos | |
---|---|
TestRunStartedEventInfo(JSONObject jsonObject)
|
|
TestRunStartedEventInfo(String runName, int testCount)
Mantén este constructor para la compatibilidad heredada. |
|
TestRunStartedEventInfo(String runName, int testCount, int attempt, long startTime)
|
Métodos públicos | |
---|---|
String
|
toString()
|
Campos
Intento móvil
public Integer mAttempt
mRunName
public String mRunName
mStartTime
public Long mStartTime
mTestCount
public Integer mTestCount
Constructores públicos
TestRunStartedEventInfo
public TestRunStartedEventInfo (JSONObject jsonObject)
Parámetros | |
---|---|
jsonObject |
JSONObject |
Arroja | |
---|---|
JSONException |
TestRunStartedEventInfo
public TestRunStartedEventInfo (String runName, int testCount)
Mantén este constructor para la compatibilidad heredada.
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 |
Métodos públicos
toString
public String toString ()
Muestra | |
---|---|
String |