SubprocessEventHelper.TestRunStartedEventInfo

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(String runName, int testCount)

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

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

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 (String runName, 
                int testCount)

Zachowaj ten konstruktor ze względu na zgodność 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

toString

public String toString ()

Zwroty
String