Sub processEventHelper.TestRunStartedEventInfo
public static class SubprocessEventHelper.TestRunStartedEventInfo
extends Object
java.lang.Object |
↳ | com.android.tradefed.util.Sub processEventHelper.TestRunStartedEventInfo |
Trình trợ giúp cho thông tin testRunStarted
Bản tóm tắt
Phương thức công khai |
---|
String | toString () |
Lĩnh vực
mAttempt
public Integer mAttempt
mRunName
public String mRunName
mStartTime
public Long mStartTime
mTestCount
public Integer mTestCount
nhà thầu công cộng
TestRunStartedEventInfo
public TestRunStartedEventInfo (String runName,
int testCount)
Giữ hàm tạo này để có khả năng tương thích kế thừa.
Thông số |
---|
runName | String |
testCount | int |
TestRunStartedEventInfo
public TestRunStartedEventInfo (String runName,
int testCount,
int attempt,
long startTime)
Thông số |
---|
runName | String |
testCount | int |
attempt | int |
startTime | long |
TestRunStartedEventInfo
public TestRunStartedEventInfo (JSONObject jsonObject)
Thông số |
---|
jsonObject | JSONObject |
Phương thức công khai
toString
public String toString ()