AllTestAppsInstallSetup

public class AllTestAppsInstallSetup
extends BaseTargetPreparer implements IAbiReceiver

java.lang.Object의 클래스
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.AllTestAppsInstallSetup


IDeviceBuildInfo#getTestsDir()에서 모든 앱을 설치하는 ITargetPreparer 폴더로 이동합니다. 개별 테스트 앱 설치의 경우 TestAppInstallSetup를 확인하세요.

요약

공개 생성자

AllTestAppsInstallSetup()

공개 메서드

IAbi getAbi()
void setAbi(IAbi abi)
void setUp(TestInformation testInfo)

void tearDown(TestInformation testInfo, Throwable e)

공개 생성자

AllTestAppsInstallSetup

public AllTestAppsInstallSetup ()

공개 메서드

게트아비

public IAbi getAbi ()

반환 값
IAbi

SetAbi

public void setAbi (IAbi abi)

매개변수
abi IAbi

설정

public void setUp (TestInformation testInfo)

매개변수
testInfo TestInformation

생성 값
BuildError
DeviceNotAvailableException
TargetSetupError

해체

public void tearDown (TestInformation testInfo, 
                Throwable e)

매개변수
testInfo TestInformation

e Throwable

생성 값
DeviceNotAvailableException