テストグループのステータス

public class TestGroupStatus
extends Object

java.lang.オブジェクト
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

toJSON

public JSONObject toJSON ()

戻り値
JSONObject

投げる
JSONException