AllTestAppsInstallSetup

public class AllTestAppsInstallSetup
extends BaseTargetPreparer implements IAbiReceiver

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

공개 방법

getAbi

public IAbi getAbi ()

보고
IAbi

setAbi

public void setAbi (IAbi abi)

매개변수
abi IAbi

설정

public void setUp (TestInformation testInfo)

매개변수
testInfo TestInformation

던지기
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

매개변수
testInfo TestInformation

e Throwable

던지기
DeviceNotAvailableException