SubprocessEventHelper.TestRunStartedEventInfo
public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object
java.lang.Object |
↳ | com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo |
Helfer für testRunStarted-Informationen
Zusammenfassung
Felder
Versuch
public Integer mAttempt
mRunName
public String mRunName
mStartZeit
public Long mStartTime
mTestCount
public Integer mTestCount
Öffentliche Konstrukteure
TestRunStartedEventInfo
public TestRunStartedEventInfo (String runName,
int testCount)
Behalten Sie diesen Konstruktor für Legacy-Kompatibilität bei.
Parameter |
---|
runName | String |
testCount | int |
TestRunStartedEventInfo
public TestRunStartedEventInfo (String runName,
int testCount,
int attempt,
long startTime)
Parameter |
---|
runName | String |
testCount | int |
attempt | int |
startTime | long |
TestRunStartedEventInfo
public TestRunStartedEventInfo (JSONObject jsonObject)
Parameter |
---|
jsonObject | JSONObject |
Öffentliche Methoden
toString
public String toString ()