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
mTest 數量
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 |