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