IInstrumentationResultParser.StatusCodes
public
static
class
IInstrumentationResultParser.StatusCodes
extends Object
| java.lang.Object | |
| ↳ | com.android.ddmlib.testrunner.IInstrumentationResultParser.StatusCodes |
테스트 결과 상태 코드입니다.
요약
상수 | |
|---|---|
int |
ASSUMPTION_FAILURE
|
int |
ERROR
|
int |
FAILURE
|
int |
IGNORED
|
int |
IN_PROGRESS
|
int |
OK
|
int |
START
|
공개 생성자 | |
|---|---|
StatusCodes()
|
|
공개 메서드 | |
|---|---|
static
boolean
|
isTerminalState(int statusCode)
|
상수
ASSUMPTION_FAILURE
public static final int ASSUMPTION_FAILURE
상수 값: -4 (0xfffffffc)
ERROR
public static final int ERROR
상수 값: -1 (0xffffffff)
실패
public static final int FAILURE
상수 값: -2 (0xfffffffe)
무시됨
public static final int IGNORED
상수 값: -3 (0xfffffffd)
IN_PROGRESS
public static final int IN_PROGRESS
상수 값: 2 (0x00000002)
확인
public static final int OK
상수 값: 0 (0x00000000)
시작
public static final int START
상수 값: 1 (0x00000001)
공개 생성자
StatusCodes
public StatusCodes ()
공개 메서드
isTerminalState
public static boolean isTerminalState (int statusCode)
| 매개변수 | |
|---|---|
statusCode |
int |
| 반환 값 | |
|---|---|
boolean |
|