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