테스트그룹상태

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

toJSON

public JSONObject toJSON ()

보고
JSONObject

던지기
JSONException