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
Set<String> |
KNOWN_KEYS
예상되는 상태 키 집합입니다. |
공개 생성자 | |
|---|---|
StatusKeys()
|
|
상수
CLASS
public static final String CLASS
상수 값: "class"
CURRENT
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"
STACK
public static final String STACK
상수 값: "stack"
STREAM
public static final String STREAM
상수 값: "stream"
TEST
public static final String TEST
상수 값: "test"
필드
KNOWN_KEYS
public static final Set<String> KNOWN_KEYS
예상되는 상태 키 집합입니다. 측정항목으로 저장할 키를 필터링하는 데 사용됩니다.
공개 생성자
StatusKeys
public StatusKeys ()