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

کامل است

public boolean isComplete ()

برمی گرداند
boolean

به JSON

public JSONObject toJSON ()

برمی گرداند
JSONObject

پرتاب می کند
JSONException