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