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)

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

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

الطرق العامة

String toString()

الحقول

mAttempt

public Integer mAttempt

mRunName

public String mRunName

mStartTime

public Long mStartTime

mTestCount

public Integer mTestCount

وظائف الإنشاء العامة

TestRunStartedEventInfo

public TestRunStartedEventInfo (JSONObject jsonObject)

المعلمات
jsonObject JSONObject

عمليات الرمي
JSONException

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

الطرق العامة

toString

public String toString ()

المرتجعات
String