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) |
パブリック コンストラクター
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 ()
getElapsedTime
public long getElapsedTime ()
getFailedTestCount
public int getFailedTestCount ()
getName
public String getName ()
getPassedTestCount
public int getPassedTestCount ()
getTotalTestCount
public int getTotalTestCount ()
完了です
public boolean isComplete ()
toJSON
public JSONObject toJSON ()