محلل GTestListTestParser
public
class
GTestListTestParser
extends MultiLineReceiver
java.lang.Object | ||
↳ | com.android.ddmlib.MultiLineReceiver | |
↳ | com.android.tradefed.testtype.GTestListTestParser |
محلّل بيانات للنتيجة لوضع التشغيل التجريبي gtest باستخدام "--gtest_list_tests" .
ملخّص
الحقول | |
---|---|
protected
|
mTests
|
شركة إنشاءات عامة | |
---|---|
GTestListTestParser(String testRunName, ITestInvocationListener listener)
ينشئ GTestListTestParser لمستمع واحد. |
|
GTestListTestParser(String testRunName, ITestInvocationListener listener, boolean shouldCollectDisabledTest)
ينشئ GTestListTestParser لمستمع واحد. |
الطرق العامة | |
---|---|
void
|
done()
|
boolean
|
getPrependFileName()
|
boolean
|
isCancelled()
|
void
|
processNewLines(String[] lines)
|
void
|
setPrependFileName(boolean prepend)
|
الحقول
اختبارات الأجهزة الجوّالة
protectedmTests
شركة إنشاءات عامة
محلل GTestListTestParser
public GTestListTestParser (String testRunName, ITestInvocationListener listener)
ينشئ GTestListTestParser لمستمع واحد.
المعلمات | |
---|---|
testRunName |
String : اسم إجراء الاختبار الذي سيتم تقديمه إلى "ITestLifeCycleReceiver.testRunStarted(String, int) " |
listener |
ITestInvocationListener : تم إعلامه بنتائج الاختبارات أثناء تنفيذ الاختبارات |
محلل GTestListTestParser
public GTestListTestParser (String testRunName, ITestInvocationListener listener, boolean shouldCollectDisabledTest)
ينشئ GTestListTestParser لمستمع واحد.
المعلمات | |
---|---|
testRunName |
String : اسم إجراء الاختبار الذي سيتم تقديمه إلى "ITestLifeCycleReceiver.testRunStarted(String, int) " |
listener |
ITestInvocationListener : تم إعلامه بنتائج الاختبارات أثناء تنفيذ الاختبارات |
shouldCollectDisabledTest |
boolean : جمع الاختبارات غير المفعَّلة أو عدم جمعها |
الطرق العامة
done
public void done ()
الطريقة getPrependFileName
public boolean getPrependFileName ()
المرتجعات | |
---|---|
boolean |
تم إلغاءه
public boolean isCancelled ()
المرتجعات | |
---|---|
boolean |
عملية_خطوط جديدة
public void processNewLines (String[] lines)
المعلمات | |
---|---|
lines |
String |
setPrependFileName
public void setPrependFileName (boolean prepend)
المعلمات | |
---|---|
prepend |
boolean |