عملية فرعيةEventHelper.TestRunStartedEventInfo
public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object
java.lang.Object |
↳ | com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo |
مساعد للاختبار معلومات قيد التشغيل
ملخص
مجالات
محاولة
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 |
الأساليب العامة
إلى سلسلة
public String toString ()