IInstrumentationResultParser.StatusKeys

public static class IInstrumentationResultParser.StatusKeys
extends Object

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


Relevante Schlüssel für den Teststatus.

Zusammenfassung

Konstanten

String CLASS

String CURRENT

String DDMLIB_LOGCAT

Zusätzliche Statusschlüssel, die von Ddmlib verwendet werden, um zusätzliche Testmesswerte auszugeben.

String ERROR

String ID

String NUMTESTS

String SHORTMSG

String STACK

String STREAM

String TEST

Felder

public static final KNOWN_KEYS

Die Gruppe der erwarteten Statusschlüssel.

Öffentliche Konstruktoren

StatusKeys()

Konstanten

KURS

public static final String CLASS

Konstanter Wert: "class"

AKTUELL

public static final String CURRENT

Konstanter Wert: "current"

DDMLIB_LOGCAT

public static final String DDMLIB_LOGCAT

Zusätzliche Statusschlüssel, die von Ddmlib verwendet werden, um zusätzliche Testmesswerte auszugeben.

Konstanter Wert: "com.android.ddmlib.testrunner.logcat"

FEHLER

public static final String ERROR

Konstanter Wert: „Error“

ID

public static final String ID

Konstanter Wert: "id"

NUMTESTS

public static final String NUMTESTS

Konstanter Wert: "numtests"

SHORTMSG

public static final String SHORTMSG

Konstanter Wert: "shortMsg"

STAPELN

public static final String STACK

Konstanter Wert: "stack"

STREAM

public static final String STREAM

Konstanter Wert: "stream"

TEST

public static final String TEST

Konstanter Wert: "test"

Felder

KNOWN_KEYS

public static final  KNOWN_KEYS

Die Gruppe der erwarteten Statusschlüssel. Wird verwendet, um zu filtern, welche Schlüssel als Messwerte gespeichert werden sollen

Öffentliche Konstruktoren

StatusKeys

public StatusKeys ()