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)

FAILURE(エラー)

public static final int FAILURE

定数値: -2 (0xfffffffe)

無視

public static final int IGNORED

定数値: -3 (0xfffffffd)

IN_PROGRESS

public static final int IN_PROGRESS

定数値: 2 (0x00000002)

OK

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