測試群組狀態

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

公用方法

getCompletedTestCount

public int getCompletedTestCount ()

傳回
int

getElapsedTime

public long getElapsedTime ()

傳回
long

getFailedTestCount

public int getFailedTestCount ()

傳回
int

getName

public String getName ()

傳回
String

getPassedTestCount

public int getPassedTestCount ()

傳回
int

getTotalTestCount

public int getTotalTestCount ()

傳回
int

已完成

public boolean isComplete ()

傳回
boolean

JSON

public JSONObject toJSON ()

傳回
JSONObject

擲回
JSONException