TestGroupStatus

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 ()

パブリック コンストラクター

TestGroupStatus

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

toJSON

public JSONObject toJSON ()

戻り値
JSONObject

スロー
JSONException