IInstrumentationResultParser.StatusKeys

public static class IInstrumentationResultParser.StatusKeys
extends Object

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


Chiavi di stato del test pertinenti.

Riepilogo

Costanti

String CLASS

String CURRENT

String DDMLIB_LOGCAT

Chiavi di stato aggiuntive che Ddmlib utilizza per generare metriche di test aggiuntive.

String ERROR

String ID

String NUMTESTS

String SHORTMSG

String STACK

String STREAM

String TEST

Campi

public static final KNOWN_KEYS

L'insieme delle chiavi di stato previste.

Costruttori pubblici

StatusKeys()

Costanti

CLASS

public static final String CLASS

Valore costante: "class"

MODELLO ATTUALE

public static final String CURRENT

Constant Value: "current"

DDMLIB_LOGCAT

public static final String DDMLIB_LOGCAT

Chiavi di stato aggiuntive che Ddmlib utilizza per generare metriche di test aggiuntive.

Constant Value: "com.android.ddmlib.testrunner.logcat"

ERRORE

public static final String ERROR

Valore costante: "Errore"

ID

public static final String ID

Constant Value: "id"

NUMTESTS

public static final String NUMTESTS

Valore costante: "numtests"

SHORTMSG

public static final String SHORTMSG

Constant Value: "shortMsg"

STACK

public static final String STACK

Constant Value: "stack"

STREAM

public static final String STREAM

Constant Value: "stream"

TEST

public static final String TEST

Constant Value: "test"

Campi

KNOWN_KEYS

public static final  KNOWN_KEYS

L'insieme delle chiavi di stato previste. Utilizzata per filtrare le chiavi da memorizzare come metriche

Costruttori pubblici

StatusKeys

public StatusKeys ()