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