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

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

رميات
JSONException

الأساليب العامة

إلى سلسلة

public String toString ()

عائدات
String