SubprocessEventHelper.TestRunStartedEventInfo
public
static
class
SubprocessEventHelper.TestRunStartedEventInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo |
עזרה לגבי המידע של testRunStarted
סיכום
שדות | |
---|---|
public
Integer |
mAttempt
|
public
String |
mRunName
|
public
Long |
mStartTime
|
public
Integer |
mTestCount
|
יוצרים ציבוריים | |
---|---|
TestRunStartedEventInfo(JSONObject jsonObject)
|
|
TestRunStartedEventInfo(String runName, int testCount)
כדאי לשמור את ה-constructor הזה לצורך תאימות לגרסאות קודמות. |
|
TestRunStartedEventInfo(String runName, int testCount, int attempt, long startTime)
|
שיטות ציבוריות | |
---|---|
String
|
toString()
|
שדות
mAttempt
public Integer mAttempt
שם mRunName
public String mRunName
זמן התחלה
public Long mStartTime
mTestCount
public Integer mTestCount
בנאים ציבוריים
TestRunStartedEventInfo
public TestRunStartedEventInfo (JSONObject jsonObject)
פרמטרים | |
---|---|
jsonObject |
JSONObject |
זריקות | |
---|---|
JSONException |
TestRunStartedEventInfo
public TestRunStartedEventInfo (String runName, int testCount)
כדאי לשמור את ה-constructor הזה לצורך תאימות לגרסאות קודמות.
פרמטרים | |
---|---|
runName |
String |
testCount |
int |
TestRunStartedEventInfo
public TestRunStartedEventInfo (String runName, int testCount, int attempt, long startTime)
פרמטרים | |
---|---|
runName |
String |
testCount |
int |
attempt |
int |
startTime |
long |
שיטות ציבוריות
toString (מחרוזת)
public String toString ()
החזרות | |
---|---|
String |