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


Die hostseitige Implementierung von StsLogic.

Zusammenfassung

Felder

public DescriptionProvider descriptionProvider

Öffentliche Konstruktoren

StsExtraBusinessLogicHostTestBase()

Öffentliche Methoden

List<String> getExtraBusinessLogics()
Optional<LocalDate> getKernelBuildDate()
LocalDate getPlatformSpl()
LocalDate getReleaseBulletinSpl()

Geben Sie das neueste Release-Bulletin an.

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()

Felder

descriptionProvider

public DescriptionProvider descriptionProvider

Öffentliche Konstruktoren

StsExtraBusinessLogicHostTestBase

public StsExtraBusinessLogicHostTestBase ()

Öffentliche Methoden

getExtraBusinessLogics

public List<String> getExtraBusinessLogics ()

Returns
List<String>

getKernelBuildDate

public Optional<LocalDate> getKernelBuildDate ()

Returns
Optional<LocalDate>

getPlatformSpl

public LocalDate getPlatformSpl ()

Returns
LocalDate

getReleaseBulletinSpl

public LocalDate getReleaseBulletinSpl ()

Geben Sie das neueste Release-Bulletin an. Sie können dies über die Befehlszeile mit dem folgenden Befehlszeilenargument steuern: --build-attribute "release-bulletin-spl=2021-06"

Returns
LocalDate

getTestDescription

public Description getTestDescription ()

Returns
Description

logDebug

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

Parameter
logTag String

format String

args Object

logError

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

Parameter
logTag String

format String

args Object

logInfo

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

Parameter
logTag String

format String

args Object

logWarn

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

Parameter
logTag String

format String

args Object

shouldSkipMainlineTests

public boolean shouldSkipMainlineTests ()

Returns
boolean

shouldUseKernelSpl

public boolean shouldUseKernelSpl ()

Returns
boolean