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"
ID
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 ()