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

運行名稱

public String mRunName

開始時間

public Long mStartTime

測試次數

public Integer mTestCount

公共構造函數

測試運行開始事件信息

public TestRunStartedEventInfo (String runName, 
                int testCount)

保留此構造函數以實現遺留兼容性。

參數
runName String

testCount int

測試運行開始事件信息

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

參數
runName String

testCount int

attempt int

startTime long

測試運行開始事件信息

public TestRunStartedEventInfo (JSONObject jsonObject)

參數
jsonObject JSONObject

投擲
JSONException

公共方法

到字符串

public String toString ()

退貨
String