TestGroupStatus

public class TestGroupStatus
extends Object

JavaScript.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

זמן שחלף

public long getElapsedTime ()

החזרות
long

getנכשלTestCount

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