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