SubprocesoEventHelper.TestRunStartedEventInfo

public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object

java.lang.Objeto
com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo


Ayudante para la información de testRunStarted

Resumen

Campos

public Integer mAttempt

public String mRunName

public Long mStartTime

public Integer mTestCount

Constructores públicos

TestRunStartedEventInfo (String runName, int testCount)

Mantenga este constructor para compatibilidad heredada.

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

Métodos públicos

String toString ()

Campos

mIntento

public Integer mAttempt

mRunNombre

public String mRunName

mHoraInicio

public Long mStartTime

mTestCount

public Integer mTestCount

Constructores públicos

TestRunStartedEventInfo

public TestRunStartedEventInfo (String runName, 
                int testCount)

Mantenga este constructor para 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

TestRunStartedEventInfo

public TestRunStartedEventInfo (JSONObject jsonObject)

Parámetros
jsonObject JSONObject

Lanza
JSONException

Métodos públicos

Encadenar

public String toString ()

Devoluciones
String