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 ()

שדות

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

זורק
JSONException

שיטות ציבוריות

toString

public String toString ()

החזרות
String