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

m運行名稱

public String mRunName

開始時間

public Long mStartTime

m測試計數

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