SubprocessEventHelper.TestRunStartedEventInfo
public
static
class
SubprocessEventHelper.TestRunStartedEventInfo
extends Object
java.lang.Object | |
➔ | com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo |
Hilfetext für Informationen zu „testRunStarted“
Zusammenfassung
Felder | |
---|---|
public
Integer |
mAttempt
|
public
String |
mRunName
|
public
Long |
mStartTime
|
public
Integer |
mTestCount
|
Öffentliche Konstruktoren | |
---|---|
TestRunStartedEventInfo(JSONObject jsonObject)
|
|
TestRunStartedEventInfo(String runName, int testCount)
Behalten Sie diesen Konstruktor für die Abwärtskompatibilität bei. |
|
TestRunStartedEventInfo(String runName, int testCount, int attempt, long startTime)
|
Öffentliche Methoden | |
---|---|
String
|
toString()
|
Felder
mAttempt
public Integer mAttempt
mRunName
public String mRunName
Startzeit
public Long mStartTime
mTestCount (mTestCount)
public Integer mTestCount
Öffentliche Konstruktoren
TestRunStartedEventInfo
public TestRunStartedEventInfo (JSONObject jsonObject)
Parameter | |
---|---|
jsonObject |
JSONObject |
Ausgabe | |
---|---|
JSONException |
TestRunStartedEventInfo
public TestRunStartedEventInfo (String runName, int testCount)
Behalten Sie diesen Konstruktor aus Gründen der 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 |
Öffentliche Methoden
toString
public String toString ()
Returns | |
---|---|
String |