TestGroupStatus
public class TestGroupStatus
extends Object
java.lang.Object |
↳ | com.android.tradefed.cluster.TestGroupStatus |
Kelas untuk menyimpan status grup uji.
Grup pengujian sesuai dengan grup kasus pengujian yang dilaporkan dengan nama pengujian yang sama.
Ringkasan
Konstruktor publik |
---|
TestGroupStatus (String name, int totalTestCount, int completedTestCount, int failedTestCount, int passedTestCount, boolean isComplete, long elapsedTime) |
Konstruktor publik
TestGroupStatus
public TestGroupStatus (String name,
int totalTestCount,
int completedTestCount,
int failedTestCount,
int passedTestCount,
boolean isComplete,
long elapsedTime)
Parameter |
---|
name | String |
totalTestCount | int |
completedTestCount | int |
failedTestCount | int |
passedTestCount | int |
isComplete | boolean |
elapsedTime | long |
Metode publik
getCompletedTestCount
public int getCompletedTestCount ()
getElapsedTime
public long getElapsedTime ()
getFailedTestCount
public int getFailedTestCount ()
getName
public String getName ()
getPassedTestCount
public int getPassedTestCount ()
getTotalTestCount
public int getTotalTestCount ()
isComplete
public boolean isComplete ()
toJSON
public JSONObject toJSON ()