TestGroupStatus

public class TestGroupStatus
extends Object

java.lang.Object
😎 com.android.tradefed.cluster.TestGroupStatus


Eine Klasse zum Speichern des Status einer Testgruppe.

Eine Testgruppe entspricht einer Gruppe von Testfällen, die unter demselben Testlaufnamen gemeldet werden.

Zusammenfassung

Öffentliche Konstruktoren

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

Öffentliche Methoden

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

Öffentliche Konstruktoren

TestGroupStatus

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

Parameter
name String

totalTestCount int

completedTestCount int

failedTestCount int

passedTestCount int

isComplete boolean

elapsedTime long

Öffentliche Methoden

getCompletedTestCount (GetCompletedTestCount)

public int getCompletedTestCount ()

Returns
int

getElapsedTime (Dauer der verfallenen Zeit)

public long getElapsedTime ()

Returns
long

getFailedTestCount

public int getFailedTestCount ()

Returns
int

getName

public String getName ()

Returns
String

getPassedTestCount (GetPassedTestCount)

public int getPassedTestCount ()

Returns
int

getTotalTestCount

public int getTotalTestCount ()

Returns
int

isAbgeschlossen

public boolean isComplete ()

Returns
boolean

toJSON

public JSONObject toJSON ()

Returns
JSONObject

Ausgabe
JSONException