StsExtraBusinessLogicHostTestBase של
public
class
StsExtraBusinessLogicHostTestBase
extends ExtraBusinessLogicHostTestBase
implements
StsLogic
JavaScript.lang.Object | ||||
↳ | com.android.tradefed.testtype.junit4.BaseHostJUnit4Test | |||
↳ | com.android.compatibility.common.tradefed.testtype.BusinessLogicHostTestBase | |||
↳ | com.android.compatibility.common.tradefed.testtype.ExtraBusinessLogicHostTestBase | |||
↳ | com.android.sts.common.tradefed.testtype.StsExtraBusinessLogicHostTestBase |
ההטמעה של StsLogic בצד המארח.
סיכום
שדות | |
---|---|
public
DescriptionProvider |
descriptionProvider
|
בנאים ציבוריים | |
---|---|
StsExtraBusinessLogicHostTestBase()
|
שיטות ציבוריות | |
---|---|
List<String>
|
getExtraBusinessLogics()
|
Optional<LocalDate>
|
getKernelBuildDate()
|
LocalDate
|
getPlatformSpl()
|
LocalDate
|
getReleaseBulletinSpl()
ציון עדכון הגרסה האחרונה. |
Description
|
getTestDescription()
|
void
|
logDebug(String logTag, String format, Object... args)
|
void
|
logError(String logTag, String format, Object... args)
|
void
|
logInfo(String logTag, String format, Object... args)
|
void
|
logWarn(String logTag, String format, Object... args)
|
boolean
|
shouldSkipMainlineTests()
|
boolean
|
shouldUseKernelSpl()
|
שדות
descriptionProvider
public DescriptionProvider descriptionProvider
בנאים ציבוריים
StsExtraBusinessLogicHostTestBase של
public StsExtraBusinessLogicHostTestBase ()
שיטות ציבוריות
getExtraBusinessLogics
public List<String> getExtraBusinessLogics ()
החזרות | |
---|---|
List<String> |
getKernelBuildDate
public Optional<LocalDate> getKernelBuildDate ()
החזרות | |
---|---|
Optional<LocalDate> |
getPlatformSpl
public LocalDate getPlatformSpl ()
החזרות | |
---|---|
LocalDate |
getReleaseBulletinSpl
public LocalDate getReleaseBulletinSpl ()
ציון עדכון הגרסה האחרונה. אפשר לשלוט בזה משורת הפקודה באמצעות ארגומנט של שורת פקודה: --build-attribute "release-bulletin-spl=2021-06"
החזרות | |
---|---|
LocalDate |
getTestDescription
public Description getTestDescription ()
החזרות | |
---|---|
Description |
ניפוי באגים ביומן
public void logDebug (String logTag, String format, Object... args)
פרמטרים | |
---|---|
logTag |
String |
format |
String |
args |
Object |
שגיאת יומן
public void logError (String logTag, String format, Object... args)
פרמטרים | |
---|---|
logTag |
String |
format |
String |
args |
Object |
LogInfo
public void logInfo (String logTag, String format, Object... args)
פרמטרים | |
---|---|
logTag |
String |
format |
String |
args |
Object |
הודעת יומן
public void logWarn (String logTag, String format, Object... args)
פרמטרים | |
---|---|
logTag |
String |
format |
String |
args |
Object |
צריך לדלג על הבדיקות הראשיות
public boolean shouldSkipMainlineTests ()
החזרות | |
---|---|
boolean |
needUseKernelSpl
public boolean shouldUseKernelSpl ()
החזרות | |
---|---|
boolean |