StsExtraBusinessLogicHostTestBase

public class StsExtraBusinessLogicHostTestBase
extends ExtraBusinessLogicHostTestBase implements StsLogic

java.lang.객체
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

로그디버그

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

shouldSkipMainlineTests

public boolean shouldSkipMainlineTests ()

보고
boolean

shouldUseKernelSpl

public boolean shouldUseKernelSpl ()

보고
boolean