สถานะกลุ่มทดสอบ

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 ()

ผู้สร้างสาธารณะ

สถานะกลุ่มทดสอบ

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

รับเวลาที่ผ่านไป

public long getElapsedTime ()

ส่งคืน
long

getFailedTestCount

public int getFailedTestCount ()

ส่งคืน
int

รับชื่อ

public String getName ()

ส่งคืน
String

getPassedTestCount

public int getPassedTestCount ()

ส่งคืน
int

รับ TotalTestCount

public int getTotalTestCount ()

ส่งคืน
int

เสร็จสมบูรณ์

public boolean isComplete ()

ส่งคืน
boolean

ถึงJSON

public JSONObject toJSON ()

ส่งคืน
JSONObject

พ่น
JSONException