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

공개 메소드

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

getTest설명

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