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

เมธอดสาธารณะ

getCompletedTestCount

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

isComplete

public boolean isComplete ()

คิกรีเทิร์น
boolean

toJSON

public JSONObject toJSON ()

คิกรีเทิร์น
JSONObject

การโยน
JSONException