حالة المجموعة التجريبية

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()

شركة إنشاءات عامة

حالة المجموعة التجريبية

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

getFoundTestCount

public int getFailedTestCount ()

المرتجعات
int

الحصول على اسم

public String getName ()

المرتجعات
String

عدد الحالات التي تم فيها اجتياز الاختبار

public int getPassedTestCount ()

المرتجعات
int

الحصول على إجمالي عدد الاختبارات

public int getTotalTestCount ()

المرتجعات
int

كامل

public boolean isComplete ()

المرتجعات
boolean

إلىJSON

public JSONObject toJSON ()

المرتجعات
JSONObject

الرميات
JSONException