IInstrumentationResultParser.StatusKeys

public static class IInstrumentationResultParser.StatusKeys
extends Object

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


مفاتيح حالة الاختبار ذات الصلة

ملخّص

الثوابت

String CLASS

String CURRENT

String DDMLIB_LOGCAT

مفاتيح الحالة الإضافية التي تستخدمها Ddmlib لإصدار مقاييس اختبار إضافية

String ERROR

String ID

String NUMTESTS

String SHORTMSG

String STACK

String STREAM

String TEST

الحقول

public static final KNOWN_KEYS

مجموعة مفاتيح الحالة المتوقّعة.

الإنشاءات العامة

StatusKeys()

الثوابت

CLASS

public static final String CLASS

Constant Value: "class"

طريقة الدفع الحاليّة

public static final String CURRENT

Constant Value: "current"

DDMLIB_LOGCAT

public static final String DDMLIB_LOGCAT

مفاتيح الحالة الإضافية التي تستخدمها Ddmlib لإصدار مقاييس اختبار إضافية

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

خطأ

public static final String ERROR

القيمة الثابتة: "خطأ"

رقم التعريف

public static final String ID

Constant Value: "id"

NUMTESTS

public static final String NUMTESTS

Constant Value: "numtests"

SHORTMSG

public static final String SHORTMSG

Constant Value: "shortMsg"

STACK

public static final String STACK

القيمة الثابتة: "stack"

بث

public static final String STREAM

Constant Value: "stream"

اختبار

public static final String TEST

Constant Value: "test"

الحقول

KNOWN_KEYS

public static final  KNOWN_KEYS

مجموعة مفاتيح الحالة المتوقّعة. تُستخدَم لفلترة المفاتيح التي يجب تخزينها كمقاييس

الإنشاءات العامة

StatusKeys

public StatusKeys ()