टेस्टग्रुपस्टेटस

public class TestGroupStatus
extends Object

java.lang.ऑब्जेक्ट
com.android.tradefed.cluster.TestGroupStatus


परीक्षण समूह की स्थिति संग्रहीत करने के लिए एक कक्षा।

एक परीक्षण समूह एक ही परीक्षण रन नाम के तहत रिपोर्ट किए गए परीक्षण मामलों के समूह से मेल खाता है।

सारांश

सार्वजनिक निर्माणकर्ता

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

सार्वजनिक तरीके

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

सार्वजनिक निर्माणकर्ता

टेस्टग्रुपस्टेटस

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

पैरामीटर
name String

totalTestCount int

completedTestCount int

failedTestCount int

passedTestCount int

isComplete boolean

elapsedTime long

सार्वजनिक तरीके

getCompletedTestCount

public int getCompletedTestCount ()

रिटर्न
int

बीता हुआ समय प्राप्त करें

public long getElapsedTime ()

रिटर्न
long

getFairedTestCount

public int getFailedTestCount ()

रिटर्न
int

नाम प्राप्त करें

public String getName ()

रिटर्न
String

GetPassedTestCount

public int getPassedTestCount ()

रिटर्न
int

कुल परीक्षण गणना प्राप्त करें

public int getTotalTestCount ()

रिटर्न
int

तैयार है

public boolean isComplete ()

रिटर्न
boolean

toJSON

public JSONObject toJSON ()

रिटर्न
JSONObject

फेंकता
JSONException