SubprocessEventHelper.TestRunStartedEventInfo
public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object
java.lang.Object |
↳ | com.android.tradefed.util.SubprocessEventHelper.TestRunStartedEventInfo |
testRunStarted信息的帮助程序
概括
领域
尝试
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)
公开方法
toString
public String toString ()