IInstrumentationResultParser.StatusCodes

public static class IInstrumentationResultParser.StatusCodes
extends Object

java.lang.Object
   ↳ com.android.ddmlib.testrunner.IInstrumentationResultParser.StatusCodes


Kody stanu wyników testu.

Podsumowanie

Stałe

int ASSUMPTION_FAILURE

int ERROR

int FAILURE

int IGNORED

int IN_PROGRESS

int OK

int START

Publiczne konstruktory

StatusCodes()

Metody publiczne

static boolean isTerminalState(int statusCode)

Stałe

ASSUMPTION_FAILURE

public static final int ASSUMPTION_FAILURE

Wartość stała: -4 (0xfffffffc)

BŁĄD

public static final int ERROR

Wartość stała: -1 (0xffffffff)

FAILURE

public static final int FAILURE

Wartość stała: -2 (0xfffffffe)

ZIGNOROWANO

public static final int IGNORED

Wartość stała: -3 (0xfffffffd)

IN_PROGRESS

public static final int IN_PROGRESS

Wartość stała: 2 (0x00000002)

OK

public static final int OK

Constant Value: 0 (0x00000000)

START

public static final int START

Wartość stała: 1 (0x00000001)

Publiczne konstruktory

StatusCodes

public StatusCodes ()

Metody publiczne

isTerminalState

public static boolean isTerminalState (int statusCode)

Parametry
statusCode int

Zwroty
boolean