IInstrumentationResultParser.StatusKeys
public
static
class
IInstrumentationResultParser.StatusKeys
extends Object
| java.lang.Object | |
| ↳ | com.android.ddmlib.testrunner.IInstrumentationResultParser.StatusKeys |
Relevant test status keys.
Summary
Constants | |
|---|---|
String |
CLASS
|
String |
CURRENT
|
String |
DDMLIB_LOGCAT
Additional status keys which Ddmlib uses to emit extra test metrics. |
String |
ERROR
|
String |
ID
|
String |
NUMTESTS
|
String |
SHORTMSG
|
String |
STACK
|
String |
STREAM
|
String |
TEST
|
Fields | |
|---|---|
public
static
final
|
KNOWN_KEYS
The set of expected status keys. |
Public constructors | |
|---|---|
StatusKeys()
|
|
Constants
CLASS
public static final String CLASS
Constant Value: "class"
CURRENT
public static final String CURRENT
Constant Value: "current"
DDMLIB_LOGCAT
public static final String DDMLIB_LOGCAT
Additional status keys which Ddmlib uses to emit extra test metrics.
Constant Value: "com.android.ddmlib.testrunner.logcat"
ERROR
public static final String ERROR
Constant Value: "Error"
ID
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
Constant Value: "stack"
STREAM
public static final String STREAM
Constant Value: "stream"
TEST
public static final String TEST
Constant Value: "test"
Fields
KNOWN_KEYS
public static finalKNOWN_KEYS
The set of expected status keys. Used to filter which keys should be stored as metrics
Public constructors
StatusKeys
public StatusKeys ()