IInstrumentationResultParser.StatusCodes

public static class IInstrumentationResultParser.StatusCodes
extends Object

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


Statuscodes für Testergebnisse.

Zusammenfassung

Konstanten

int ASSUMPTION_FAILURE

int ERROR

int FAILURE

int IGNORED

int IN_PROGRESS

int OK

int START

Öffentliche Konstruktoren

StatusCodes()

Öffentliche Methoden

static boolean isTerminalState(int statusCode)

Konstanten

ASSUMPTION_FAILURE

public static final int ASSUMPTION_FAILURE

Konstanter Wert: -4 (0xfffffffc)

FEHLER

public static final int ERROR

Konstanter Wert: –1 (0xffffffff)

FAILURE (Nicht bestanden)

public static final int FAILURE

Konstanter Wert: -2 (0xfffffffe)

IGNORIERT

public static final int IGNORED

Konstanter Wert: –3 (0xfffffffd)

IN_PROGRESS

public static final int IN_PROGRESS

Konstanter Wert: 2 (0x00000002)

Ok

public static final int OK

Konstanter Wert: 0 (0x00000000)

STARTEN

public static final int START

Konstanter Wert: 1 (0x00000001)

Öffentliche Konstruktoren

StatusCodes

public StatusCodes ()

Öffentliche Methoden

isTerminalState

public static boolean isTerminalState (int statusCode)

Parameter
statusCode int

Returns
boolean