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


L'implémentation côté hôte de StsLogic.

Résumé

Des champs

public DescriptionProvider descriptionProvider

Constructeurs publics

StsExtraBusinessLogicHostTestBase ()

Méthodes publiques

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

Spécifiez le dernier bulletin de version.

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

Des champs

descriptionFournisseur

public DescriptionProvider descriptionProvider

Constructeurs publics

StsExtraBusinessLogicHostTestBase

public StsExtraBusinessLogicHostTestBase ()

Méthodes publiques

getExtraBusinessLogics

public List<String> getExtraBusinessLogics ()

Retour
List<String>

getKernelBuildDate

public Optional<LocalDate> getKernelBuildDate ()

Retour
Optional<LocalDate>

getPlatformSpl

public LocalDate getPlatformSpl ()

Retour
LocalDate

getReleaseBulletinSpl

public LocalDate getReleaseBulletinSpl ()

Spécifiez le dernier bulletin de version. Contrôlez cela depuis la ligne de commande avec l'argument de ligne de commande suivant : --build-attribute "release-bulletin-spl=2021-06"

Retour
LocalDate

getTestDescription

public Description getTestDescription ()

Retour
Description

logDebug

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

Paramètres
logTag String

format String

args Object

erreur de journal

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

Paramètres
logTag String

format String

args Object

journalInfo

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

Paramètres
logTag String

format String

args Object

journalAvertir

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

Paramètres
logTag String

format String

args Object

devraitSkipMainlineTests

public boolean shouldSkipMainlineTests ()

Retour
boolean

devraitUtiliserKernelSpl

public boolean shouldUseKernelSpl ()

Retour
boolean