StsExtraBusinessLogicHostTestBase

public class StsExtraBusinessLogicHostTestBase
extends ExtraBusinessLogicHostTestBase implements StsLogic

java.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

logDebug

public void logDebug (String logTag, 
                String format, 
                Object... args)

פרמטרים
logTag String

format String

args Object

logError

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

logWarn

public void logWarn (String logTag, 
                String format, 
                Object... args)

פרמטרים
logTag String

format String

args Object

shouldSkipMainlineTests

public boolean shouldSkipMainlineTests ()

החזרות
boolean

shouldUseKernelSpl

public boolean shouldUseKernelSpl ()

החזרות
boolean