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

الحقول

موفّر الوصف

public DescriptionProvider descriptionProvider

شركة إنشاءات عامة

StsExtraBusinessLogicHostTestBase

public StsExtraBusinessLogicHostTestBase ()

الطرق العامة

GetraBusinessLogics

public List<String> getExtraBusinessLogics ()

المرتجعات
List<String>

الحصول على خوارزمية getKernelBuildDate

public Optional<LocalDate> getKernelBuildDate ()

المرتجعات
Optional<LocalDate>

الحصول على PlatformSpl

public LocalDate getPlatformSpl ()

المرتجعات
LocalDate

getReleaseBulletinSpl

public LocalDate getReleaseBulletinSpl ()

حدِّد أحدث نشرة إصدار. يمكنك التحكّم في ذلك من سطر الأوامر من خلال تنفيذ ما يلي: وسيطة سطر الأوامر: --build-attribute "release-bulletin-spl=2021-06"

المرتجعات
LocalDate

الحصول على وصف

public Description getTestDescription ()

المرتجعات
Description

تصحيح الأخطاء

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

المعلمات
logTag String

format String

args Object

سجل خطأ

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

يجب أن يتم تجاوز الاختبار الأساسي

public boolean shouldSkipMainlineTests ()

المرتجعات
boolean

يجب استخدامKernelSpl

public boolean shouldUseKernelSpl ()

المرتجعات
boolean