SubprocessEventHelper.TestRunedEventInfo

public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object

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


Pomoc dotycząca informacji testRunStarted

Podsumowanie

Fieldsem

public Integer mAttempt

public String mRunName

public Long mStartTime

public Integer mTestCount

Konstruktory publiczne

TestRunStartedEventInfo(String runName, int testCount)

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

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

Metody publiczne

String toString()

Fieldsem

Podpróbowana próba

public Integer mAttempt

Nazwa uruchomienia m

public String mRunName

Czas_rozpoczęcia

public Long mStartTime

Liczba testów m.

public Integer mTestCount

Konstruktory publiczne

Informacje o zdarzeniu uruchomienia testu

public TestRunStartedEventInfo (String runName, 
                int testCount)

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

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

Informacje o zdarzeniu uruchomienia testu

public TestRunStartedEventInfo (JSONObject jsonObject)

Parametry
jsonObject JSONObject

Rzuty
JSONException

Metody publiczne

Ciąg

public String toString ()

Zwroty
String