SubprocessEventHelper.TestRunStartedEventInfo

public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo


用於測試執行開始資訊的輔助程式

摘要

欄位

public Integer mAttempt

public String mRunName

public Long mStartTime

public Integer mTestCount

公用建構函式

TestRunStartedEventInfo(JSONObject jsonObject)
TestRunStartedEventInfo(String runName, int testCount)

保留這個建構函式以維持舊版相容性。

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

公用方法

String toString()

欄位

mAttempt

public Integer mAttempt

mRunName

public String mRunName

mStartTime

public Long mStartTime

mTest 數量

public Integer mTestCount

公用建構函式

TestRunStartedEventInfo

public TestRunStartedEventInfo (JSONObject jsonObject)

參數
jsonObject JSONObject

擲回
JSONException

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

公用方法

toString

public String toString ()

傳回
String