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


Implémentation côté hôte de StsLogic.

Résumé

Champs

public DescriptionProvider descriptionProvider

Constructeurs publics

StsExtraBusinessLogicHostTestBase()

Méthodes publiques

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

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

Champs

descriptionProvider

public DescriptionProvider descriptionProvider

Constructeurs publics

StsExtraBusinessLogicHostTestBase

public StsExtraBusinessLogicHostTestBase ()

Méthodes publiques

getExtraBusinessLogics

public List<String> getExtraBusinessLogics ()

Renvoie
List<String>

getKernelBuildDate

public Optional<LocalDate> getKernelBuildDate ()

Renvoie
Optional<LocalDate>

getPlatformSpl

public LocalDate getPlatformSpl ()

Renvoie
LocalDate

getReleaseBulletinSpl

public LocalDate getReleaseBulletinSpl ()

Indiquez le dernier bulletin de version. Contrôlez-le à partir de la ligne de commande avec l'argument de ligne de commande suivant: --build-attribute "release-bulletin-spl=2021-06"

Renvoie
LocalDate

getTestDescription

public Description getTestDescription ()

Renvoie
Description

logDebug

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

Paramètres
logTag String

format String

args Object

logError

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

Paramètres
logTag String

format String

args Object

logInfo

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

Paramètres
logTag String

format String

args Object

logWarn

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

Paramètres
logTag String

format String

args Object

shouldSkipMainlineTests

public boolean shouldSkipMainlineTests ()

Renvoie
boolean

shouldUseKernelSpl

public boolean shouldUseKernelSpl ()

Renvoie
boolean