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
ค่าคงที่: "class"
ปัจจุบัน
public static final String CURRENT
ค่าคงที่: "current"
DDMLIB_LOGCAT
public static final String DDMLIB_LOGCAT
คีย์สถานะเพิ่มเติมที่ Ddmlib ใช้เพื่อส่งเมตริกการทดสอบเพิ่มเติม
ค่าคงที่: "com.android.ddmlib.testrunner.logcat"
ข้อผิดพลาด
public static final String ERROR
ค่าคงที่: "Error"
รหัส
public static final String ID
ค่าคงที่: "id"
NUMTESTS
public static final String NUMTESTS
ค่าคงที่: "numtests"
SHORTMSG
public static final String SHORTMSG
ค่าคงที่: "shortMsg"
STACK
public static final String STACK
ค่าคงที่: "stack"
สตรีม
public static final String STREAM
ค่าคงที่: "stream"
ทดสอบ
public static final String TEST
ค่าคงที่: "test"
ช่อง
KNOWN_KEYS
public static finalKNOWN_KEYS
ชุดคีย์สถานะที่คาดไว้ ใช้เพื่อกรองคีย์ที่ควรจัดเก็บเป็นเมตริก
เครื่องมือสร้างสาธารณะ
StatusKeys
public StatusKeys ()