SubprocessEventHelper.TestRunedEventInfo

public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object

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


Pomoc dotycząca informacji o testRunStarted

Podsumowanie

Fieldsem

public Integer mAttempt

public String mRunName

public Long mStartTime

public Integer mTestCount

Konstruktory publiczne

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

Zachowaj ten konstruktor, aby zachować zgodność ze starszą wersją.

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

Metody publiczne

String toString()

Fieldsem

mAttempt

public Integer mAttempt

mRunName

public String mRunName

mStartTime

public Long mStartTime

mTestCount

public Integer mTestCount

Konstruktory publiczne

TestRunStartedEventInfo

public TestRunStartedEventInfo (JSONObject jsonObject)

Parametry
jsonObject JSONObject

Rzuty
JSONException

TestRunStartedEventInfo

public TestRunStartedEventInfo (String runName, 
                int testCount)

Zachowaj ten konstruktor ze względu na zgodność ze starszymi wersjami.

Parametry
runName String

testCount int

Informacje o zdarzeniu uruchomienia testu

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

Parametry
runName String

testCount int

attempt int

startTime long

Metody publiczne

toString

public String toString ()

Zwroty
String