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 |
ログ情報
public void logInfo (String logTag, String format, Object... args)
パラメータ | |
---|---|
logTag |
String |
format |
String |
args |
Object |
ログ警告
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 |