SubprocessEventHelper.TestRunStartedEventInfo
public
static
class
SubprocessEventHelper.TestRunStartedEventInfo
extends Object
Objeto java.lang. | |
↳ | com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo |
Asistente para obtener información sobre testRunStarted
Resumen
Campos | |
---|---|
public
Integer |
mAttempt
|
public
String |
mRunName
|
public
Long |
mStartTime
|
public
Integer |
mTestCount
|
Constructores públicos | |
---|---|
TestRunStartedEventInfo(String runName, int testCount)
Conserva este constructor para la compatibilidad con versiones heredadas. |
|
TestRunStartedEventInfo(String runName, int testCount, int attempt, long startTime)
|
|
TestRunStartedEventInfo(JSONObject jsonObject)
|
Métodos públicos | |
---|---|
String
|
toString()
|
Campos
Intento móvil
public Integer mAttempt
Nombre_ejecución
public String mRunName
Hora de inicio m
public Long mStartTime
Conteodepruebas
public Integer mTestCount
Constructores públicos
InfoRunStartedEventInfo
public TestRunStartedEventInfo (String runName, int testCount)
Conserva este constructor para la compatibilidad con versiones heredadas.
Parámetros | |
---|---|
runName |
String |
testCount |
int |
InfoRunStartedEventInfo
public TestRunStartedEventInfo (String runName, int testCount, int attempt, long startTime)
Parámetros | |
---|---|
runName |
String |
testCount |
int |
attempt |
int |
startTime |
long |
InfoRunStartedEventInfo
public TestRunStartedEventInfo (JSONObject jsonObject)
Parámetros | |
---|---|
jsonObject |
JSONObject |
Arroja | |
---|---|
JSONException |
Métodos públicos
toString
public String toString ()
Muestra | |
---|---|
String |