État du groupe de test

public class TestGroupStatus
extends Object

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


Classe permettant de stocker l'état d'un groupe de test.

Un groupe de test correspond à un groupe de scénarios de test signalés sous un même nom d'exécution de test.

Résumé

Constructeurs publics

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

Méthodes publiques

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

Constructeurs publics

État du groupe de test

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

Paramètres
name String

totalTestCount int

completedTestCount int

failedTestCount int

passedTestCount int

isComplete boolean

elapsedTime long

Méthodes publiques

getCompletedTestCount

public int getCompletedTestCount ()

Renvoie
int

getElapsedTime

public long getElapsedTime ()

Renvoie
long

getFailedTestCount

public int getFailedTestCount ()

Renvoie
int

getName

public String getName ()

Renvoie
String

getPassedTestCount

public int getPassedTestCount ()

Renvoie
int

getTotalTestCount

public int getTotalTestCount ()

Renvoie
int

isComplete

public boolean isComplete ()

Renvoie
boolean

JSON

public JSONObject toJSON ()

Renvoie
JSONObject

Génère
JSONException