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 Versionsbulletin 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

Beschreibungsanbieter

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 Versionsbulletin an. Dies lässt sich über die Befehlszeile mit dem folgenden Befehl steuern: Befehlszeilenargument: --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

sollteKernelSpl verwenden

public boolean shouldUseKernelSpl ()

Returns
boolean