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 final  KNOWN_KEYS

預期狀態鍵的集合。用於篩選應儲存為指標的金鑰

公用建構函式

StatusKeys

public StatusKeys ()