TestGroupStatus
public class TestGroupStatus
extends Object
java.lang.Objek |
↳ | com.android.tradefed.cluster.TestGroupStatus |
Kelas untuk menyimpan status grup uji.
Grup uji terkait dengan grup kasus uji yang dilaporkan dengan nama uji coba 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 ()
selesai
public boolean isComplete ()
toJSON
public JSONObject toJSON ()