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 esse construtor para compatibilidade herdada.

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

Métodos públicos

String toString ()

Campos

mTentativa

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 esse construtor para compatibilidade herdada.

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

lances
JSONException

Métodos públicos

para sequenciar

public String toString ()

devoluções
String