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