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