GTestListTestParser
public
class
GTestListTestParser
extends MultiLineReceiver
JavaScript.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)
|
שדות
בדיקות mTest
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 |