SubprocessEventHelper.TestRunStartedEventInfo

public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo


Ajudante para informações de testRunStarted

Resumo

Campos

public Integer mAttempt

public String mRunName

public Long mStartTime

public Integer mTestCount

Construtores públicos

TestRunStartedEventInfo(JSONObject jsonObject)
TestRunStartedEventInfo(String runName, int testCount)

Mantenha esse construtor para compatibilidade com versões anteriores.

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

Métodos públicos

String toString()

Campos

mAttempt

public Integer mAttempt

mRunName

public String mRunName

mStartTime

public Long mStartTime

mTestCount

public Integer mTestCount

Construtores públicos

TestRunStartedEventInfo

public TestRunStartedEventInfo (JSONObject jsonObject)

Parâmetros
jsonObject JSONObject

Gera
JSONException

TestRunStartedEventInfo

public TestRunStartedEventInfo (String runName, 
                int testCount)

Mantenha esse construtor para compatibilidade com versões anteriores.

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 ()

Retorna
String