टेस्ट ग्रुप की स्थिति
public
class
TestGroupStatus
extends Object
java.lang.Object | |
↳ | 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 |
सार्वजनिक तरीके
पूरे किए गए टेस्ट की गिनती
public int getCompletedTestCount ()
रिटर्न | |
---|---|
int |
गेट एलैप्सडटाइम
public long getElapsedTime ()
रिटर्न | |
---|---|
long |
getFailedTestCount
public int getFailedTestCount ()
रिटर्न | |
---|---|
int |
गेटनाम
public String getName ()
रिटर्न | |
---|---|
String |
getPassedTestCount
public int getPassedTestCount ()
रिटर्न | |
---|---|
int |
getTotalTestCount
public int getTotalTestCount ()
रिटर्न | |
---|---|
int |
पूरा हो गया है
public boolean isComplete ()
रिटर्न | |
---|---|
boolean |
JSON
public JSONObject toJSON ()
रिटर्न | |
---|---|
JSONObject |
थ्रो | |
---|---|
JSONException |