Stan grupy testowej
public
class
TestGroupStatus
extends Object
java.lang.Object | |
↳ | com.android.tradefed.cluster.TestGroupStatus |
Klasa do przechowywania stanu grupy testowej.
Grupa testowa odpowiada grupie przypadków testowych zgłoszonych z tą samą nazwą uruchomienia testu.
Podsumowanie
Konstruktory publiczne | |
---|---|
TestGroupStatus(String name, int totalTestCount, int completedTestCount, int failedTestCount, int passedTestCount, boolean isComplete, long elapsedTime)
|
Metody publiczne | |
---|---|
int
|
getCompletedTestCount()
|
long
|
getElapsedTime()
|
int
|
getFailedTestCount()
|
String
|
getName()
|
int
|
getPassedTestCount()
|
int
|
getTotalTestCount()
|
boolean
|
isComplete()
|
JSONObject
|
toJSON()
|
Konstruktory publiczne
Stan grupy testowej
public TestGroupStatus (String name, int totalTestCount, int completedTestCount, int failedTestCount, int passedTestCount, boolean isComplete, long elapsedTime)
Parametry | |
---|---|
name |
String |
totalTestCount |
int |
completedTestCount |
int |
failedTestCount |
int |
passedTestCount |
int |
isComplete |
boolean |
elapsedTime |
long |
Metody publiczne
getUkończoneTesty
public int getCompletedTestCount ()
Zwroty | |
---|---|
int |
czas pobierania
public long getElapsedTime ()
Zwroty | |
---|---|
long |
getNiepowodzenieTestCount,
public int getFailedTestCount ()
Zwroty | |
---|---|
int |
getName
public String getName ()
Zwroty | |
---|---|
String |
getPassedTestCount (Liczba testów)
public int getPassedTestCount ()
Zwroty | |
---|---|
int |
getTotalTestCount
public int getTotalTestCount ()
Zwroty | |
---|---|
int |
Ukończono
public boolean isComplete ()
Zwroty | |
---|---|
boolean |
JSON
public JSONObject toJSON ()
Zwroty | |
---|---|
JSONObject |
Rzuty | |
---|---|
JSONException |