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(String runName, int testCount)

احتفِظ بأداة الإنشاء هذه لتحقيق التوافق مع الإصدارات القديمة.

TestRunStartedEventInfo(String runName, int testCount, int attempt, long startTime)
TestRunStartedEventInfo(JSONObject jsonObject)

الطرق العامة

String toString()

الحقول

محاولة

public Integer mAttempt

اسم تشغيل mRun

public String mRunName

وقت البدء

public Long mStartTime

عدد اختبارات m

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

الرميات
JSONException

الطرق العامة

إلىسلسلة

public String toString ()

المرتجعات
String