SubprocessEventHelper.TestRunStartedEventInfo

public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object

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


Assistente para informações de 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 legada.

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

Métodos públicos

String toString()

Campos

Tentativa

public Integer mAttempt

Nome da execução em m

public String mRunName

Hora de início

public Long mStartTime

Contagem de testes em m

public Integer mTestCount

Construtores públicos

TestRunStartedEventInfo

public TestRunStartedEventInfo (String runName, 
                int testCount)

Mantenha esse construtor para compatibilidade legada.

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

Gera
JSONException

Métodos públicos

toString

public String toString ()

Retorna
String