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

公開方法

toString

public String toString ()

退貨
String