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


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

フィールド

descriptionProvider

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

logError

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