SubprocessEventHelper.TestRunStartedEventInfo

public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object

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


Pomocnik informacji testRunStarted

Streszczenie

Pola

public Integer mAttempt

public String mRunName

public Long mStartTime

public Integer mTestCount

Konstruktory publiczne

TestRunStartedEventInfo (String runName, int testCount)

Zachowaj ten konstruktor, aby zapewnić kompatybilność ze starszymi wersjami.

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

Metody publiczne

String toString ()

Pola

próba

public Integer mAttempt

mRunNazwa

public String mRunName

mCzasRozpoczęcia

public Long mStartTime

mLiczba testów

public Integer mTestCount

Konstruktory publiczne

TestRunStartedEventInfo

public TestRunStartedEventInfo (String runName, 
                int testCount)

Zachowaj ten konstruktor, aby zapewnić kompatybilność ze starszymi wersjami.

Parametry
runName String

testCount int

TestRunStartedEventInfo

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

Parametry
runName String

testCount int

attempt int

startTime long

TestRunStartedEventInfo

public TestRunStartedEventInfo (JSONObject jsonObject)

Parametry
jsonObject JSONObject

Rzuty
JSONException

Metody publiczne

do Ciągu

public String toString ()

Zwroty
String