Tình trạng nhóm kiểm tra
public class TestGroupStatus
extends Object
java.lang.Object |
↳ | com.android.tradefed.cluster.TestGroupStatus |
Một lớp để lưu trữ trạng thái của một nhóm thử nghiệm.
Một nhóm thử nghiệm tương ứng với một nhóm các trường hợp thử nghiệm được báo cáo dưới cùng một tên chạy thử nghiệm.
Bản tóm tắt
nhà thầu công cộng |
---|
TestGroupStatus (String name, int totalTestCount, int completedTestCount, int failedTestCount, int passedTestCount, boolean isComplete, long elapsedTime) |
nhà thầu công cộng
Tình trạng nhóm kiểm tra
public TestGroupStatus (String name,
int totalTestCount,
int completedTestCount,
int failedTestCount,
int passedTestCount,
boolean isComplete,
long elapsedTime)
Thông số |
---|
name | String |
totalTestCount | int |
completedTestCount | int |
failedTestCount | int |
passedTestCount | int |
isComplete | boolean |
elapsedTime | long |
Phương thức công khai
getCompletedTestCount
public int getCompletedTestCount ()
getElapsedTime
public long getElapsedTime ()
getFailedTestCount
public int getFailedTestCount ()
getName
public String getName ()
getPassedTestCount
public int getPassedTestCount ()
getTotalTestCount
public int getTotalTestCount ()
hoàn tất
public boolean isComplete ()
toJSON
public JSONObject toJSON ()