Test Grubu Durumu

public class TestGroupStatus
extends Object

Java.lang.Nesne
🎃 com.android.tradefed.cluster.TestGroupStatus


Test grubunun durumunu depolayacak bir sınıf.

Test grubu, aynı test çalıştırması adı altında bildirilen test durumları grubuna karşılık gelir.

Özet

Kamu inşaatçıları

TestGroupStatus(String name, int totalTestCount, int completedTestCount, int failedTestCount, int passedTestCount, boolean isComplete, long elapsedTime)

Herkese açık yöntemler

int getCompletedTestCount()
long getElapsedTime()
int getFailedTestCount()
String getName()
int getPassedTestCount()
int getTotalTestCount()
boolean isComplete()
JSONObject toJSON()

Kamu inşaatçıları

Test Grubu Durumu

public TestGroupStatus (String name, 
                int totalTestCount, 
                int completedTestCount, 
                int failedTestCount, 
                int passedTestCount, 
                boolean isComplete, 
                long elapsedTime)

Parametreler
name String

totalTestCount int

completedTestCount int

failedTestCount int

passedTestCount int

isComplete boolean

elapsedTime long

Herkese açık yöntemler

getTamamlandıTestCount

public int getCompletedTestCount ()

İlerlemeler
int

GetElapsedTime

public long getElapsedTime ()

İlerlemeler
long

getFailedTestCount

public int getFailedTestCount ()

İlerlemeler
int

getName

public String getName ()

İlerlemeler
String

getPassedTestCount

public int getPassedTestCount ()

İlerlemeler
int

getTotalTestCount

public int getTotalTestCount ()

İlerlemeler
int

Tamamlandı

public boolean isComplete ()

İlerlemeler
boolean

toJSON

public JSONObject toJSON ()

İlerlemeler
JSONObject

Fırlatma
JSONException