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"
मौजूदा
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"
आईडी
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 Set<String> KNOWN_KEYS
स्टेटस की उन कुंजियों का सेट जिनके लिए आपको वैल्यू चाहिए. इस कुकी का इस्तेमाल यह फ़िल्टर करने के लिए किया जाता है कि किन कुकी को मेट्रिक के तौर पर सेव किया जाना चाहिए
सार्वजनिक कंस्ट्रक्टर
StatusKeys
public StatusKeys ()