TestGroupStatus
public
class
TestGroupStatus
extends Object
java.lang.Object | |
↳ | com.android.tradefed.cluster.TestGroupStatus |
คลาสที่จะจัดเก็บสถานะของกลุ่มทดสอบ
กลุ่มทดสอบจะสอดคล้องกับกลุ่มของกรอบการทดสอบที่รายงานภายใต้ชื่อกลุ่มทดสอบเดียวกัน
สรุป
ช่างก่อสร้างสาธารณะ | |
---|---|
TestGroupStatus(String name, int totalTestCount, int completedTestCount, int failedTestCount, int passedTestCount, boolean isComplete, long elapsedTime)
|
วิธีการสาธารณะ | |
---|---|
int
|
getCompletedTestCount()
|
long
|
getElapsedTime()
|
int
|
getFailedTestCount()
|
String
|
getName()
|
int
|
getPassedTestCount()
|
int
|
getTotalTestCount()
|
boolean
|
isComplete()
|
JSONObject
|
toJSON()
|
ช่างก่อสร้างสาธารณะ
TestGroupStatus
public TestGroupStatus (String name, int totalTestCount, int completedTestCount, int failedTestCount, int passedTestCount, boolean isComplete, long elapsedTime)
พารามิเตอร์ | |
---|---|
name |
String |
totalTestCount |
int |
completedTestCount |
int |
failedTestCount |
int |
passedTestCount |
int |
isComplete |
boolean |
elapsedTime |
long |
วิธีการสาธารณะ
getCompleteTestCount
public int getCompletedTestCount ()
คิกรีเทิร์น | |
---|---|
int |
getElapsedTime
public long getElapsedTime ()
คิกรีเทิร์น | |
---|---|
long |
getFailedTestCount
public int getFailedTestCount ()
คิกรีเทิร์น | |
---|---|
int |
getName
public String getName ()
คิกรีเทิร์น | |
---|---|
String |
getPassedTestCount
public int getPassedTestCount ()
คิกรีเทิร์น | |
---|---|
int |
getTotalTestCount
public int getTotalTestCount ()
คิกรีเทิร์น | |
---|---|
int |
เสร็จสมบูรณ์
public boolean isComplete ()
คิกรีเทิร์น | |
---|---|
boolean |
toJSON
public JSONObject toJSON ()
คิกรีเทิร์น | |
---|---|
JSONObject |
การขว้าง | |
---|---|
JSONException |