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
ชื่อ mRun
public String mRunName
mStartTime
public Long mStartTime
จำนวนการทดสอบ
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 |
การขว้าง | |
---|---|
JSONException |
วิธีการสาธารณะ
toString
public String toString ()
คิกรีเทิร์น | |
---|---|
String |