SubprocessEventHelper.TestRunStartedEventInfo

public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object

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


Ayudante para la información 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 la compatibilidad heredada.

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

Métodos públicos

String toString ()

Campos

intento

public Integer mAttempt

mRunName

public String mRunName

mStartTime

public Long mStartTime

mTestCount

public Integer mTestCount

Constructores públicos

TestRunStartedEventInfo

public TestRunStartedEventInfo (String runName, 
                int testCount)

Mantenga 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

TestRunStartedEventInfo

public TestRunStartedEventInfo (JSONObject jsonObject)

Parámetros
jsonObject JSONObject

Lanza
JSONException

Métodos públicos

Encadenar

public String toString ()

Devoluciones
String