TestGroupStatus
public class TestGroupStatus
extends Object
java.lang. אובייקט |
↳ | com.android.tradefed.cluster.TestGroupStatus |
כיתה לאחסון סטטוס של קבוצת מבחן.
קבוצת בדיקות תואמת לקבוצת מקרי בדיקה המדווחים באותו שם של בדיקת בדיקה.
סיכום
בונים ציבוריים |
---|
TestGroupStatus (String name, int totalTestCount, int completedTestCount, int failedTestCount, int passedTestCount, boolean isComplete, long elapsedTime) |
בונים ציבוריים
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 ()
getElapsedTime
public long getElapsedTime ()
getFailedTestCount
public int getFailedTestCount ()
getName
public String getName ()
getPassedTestCount
public int getPassedTestCount ()
getTotalTestCount
public int getTotalTestCount ()
הושלם
public boolean isComplete ()
toJSON
public JSONObject toJSON ()