StsExtraBusinessLogicHostTestBase

public class StsExtraBusinessLogicHostTestBase
ExtraBusinessLogicHostTestBase को 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 ()

खेत

विवरण प्रदाता

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

लॉग त्रुटि

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