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
公共构造函数
测试运行开始事件信息
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)
公共方法
到字符串
public String toString ()