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)
พารามิเตอร์ |
---|
jsonObject | JSONObject |
วิธีการสาธารณะ
toString
public String toString ()