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

isComplete

public boolean isComplete ()

عائدات
boolean

toJSON

public JSONObject toJSON ()

عائدات
JSONObject

رميات
JSONException