SubprocessEventHelper.TestRunStartedEventInfo

public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object

Obiekt Java.lang.Object
com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo


Pomocnik dla informacji testRunStarted

Streszczenie

Pola

public Integer mAttempt

public String mRunName

public Long mStartTime

public Integer mTestCount

Konstruktorzy publiczni

TestRunStartedEventInfo (String runName, int testCount)

Zachowaj tego konstruktora, aby zachować zgodność ze starszymi wersjami.

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

Metody publiczne

String toString ()

Pola

mPróba

public Integer mAttempt

mRunName

public String mRunName

mCzasRozpoczęcia

public Long mStartTime

mTestCount

public Integer mTestCount

Konstruktorzy publiczni

Informacje o zdarzeniu TestRunStarted

public TestRunStartedEventInfo (String runName, 
                int testCount)

Zachowaj tego konstruktora, aby zachować zgodność ze starszymi wersjami.

Parametry
runName String

testCount int

Informacje o zdarzeniu TestRunStarted

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

Parametry
runName String

testCount int

attempt int

startTime long

Informacje o zdarzeniu TestRunStarted

public TestRunStartedEventInfo (JSONObject jsonObject)

Parametry
jsonObject JSONObject

Rzuca
JSONException

Metody publiczne

doString

public String toString ()

Zwroty
String