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"
ERROR
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"
스택
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 ()