TestGroupStatus

public class TestGroupStatus
extends Object

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


Klasa do przechowywania stanu grupy testowej.

Grupa testów odpowiada grupie przypadków testowych zgłoszonych pod tą samą nazwą 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

TestGroupStatus

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

getCompletedTestCount

public int getCompletedTestCount ()

Zwroty
int

getElapsedTime

public long getElapsedTime ()

Zwroty
long

getFailedTestCount

public int getFailedTestCount ()

Zwroty
int

getName

public String getName ()

Zwroty
String

getPassedTestCount

public int getPassedTestCount ()

Zwroty
int

getTotalTestCount

public int getTotalTestCount ()

Zwroty
int

isComplete

public boolean isComplete ()

Zwroty
boolean

toJSON

public JSONObject toJSON ()

Zwroty
JSONObject

Rzuty
JSONException